COLOR #C5DDDB

HEX: #C5DDDB
RGB: (197,221,219)

Renk bilgisi

#C5DDDB contains red, green and blue colors in about the same proportion. #C5DDDB ‘ nin web güvenlik rengi #CCCCCC (ya da #CCC) dir.

RGB renk modeli

#C5DDDB color RGB value is (197,221,219).

  • kırmız ton 197;
  • yeşil ton 221;
  • mavi ton 219.
RGB:
(197,221,219)
(77%,87%,86%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 221 of 255 = 87%
B 219 of 255 = 86%

197
221
219

R + G + B ~ 83%. #C5DDDB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 221 + 219 = 637 (100%)
R 197 of 637 ~ 30.93%
G 221 of 637 ~ 34.69%
B 219 of 637 ~ 34.38%

%30.93
%34.69
%34.38

CMYK RENK MODELİ

#C5DDDB rengi CMYK tonu (11,0,1,13).

  • camgöbeği tonu 10.86%
  • eflatun tonu 0.00%
  • sarı tonu 0.90%
  • ana renk tonu 13.33%
CMYK:
(11,0,1,13)
C11M0Y1K13 
(11%,0%,1%,13%)
(0.11/0.00/0.01/0.13)	

CMYK yüzdeleri

%10.86
%0
%0.9
%13.33

Codes

Color #C5DDDB in popluar color models

C5DDDB
RGB197221219
HSL175°26.09%81.96%
HSB/HSV175°10.86%86.67%
CMYK10.86%0.00%0.90%
13.33%

Color #C5DDDB in popluar number systems.

HEXC5DDDB
Decimal197221219
Binary110001011101110111011011
Octal305335333

Shades and tints

Shades of #C5DDDB

#C5DDDB
(197,221,219)
#B4C9C8
(180,201,200)
#A3B5B5
(163,181,181)
#92A1A2
(146,161,162)
#818D8F
(129,141,143)
#70797C
(112,121,124)
#5F6569
(95,101,105)
#4E5156
(78,81,86)
#3D3D43
(61,61,67)
#2C2930
(44,41,48)
#1B151D
(27,21,29)
#000000
(0,0,0)

Tints of #C5DDDB

#C5DDDB
(197,221,219)
#CAE0DE
(202,224,222)
#CFE3E1
(207,227,225)
#D4E6E4
(212,230,228)
#D9E9E7
(217,233,231)
#DEECEA
(222,236,234)
#E3EFED
(227,239,237)
#E8F2F0
(232,242,240)
#EDF5F3
(237,245,243)
#F2F8F6
(242,248,246)
#F7FBF9
(247,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DDDB color. Also use rgb(197,221,219) instead hex code.

Text Font Color

.myTextColor { color: #C5DDDB; }

<p style="color:#C5DDDB">This sample text font color is #C5DDDB.</p>

This text font color is #C5DDDB.


Background Color

.myBgColor { background-color: #C5DDDB; }

<div style="background-color:#C5DDDB">Inner text</div>

This div background color is #C5DDDB.


Border color

.myBorderColor { border: 1px solid #C5DDDB; }

<div style="border:3px solid #C5DDDB">Div</div>

This div border color is #C5DDDB.


Opacity

.myOpacity80 { color: #C5DDDB; opacity: 0.8; }

<p style="color:#C5DDDB;opacity:0.8;">80%</p>

Text with #C5DDDB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C5DDDB;}

<p style="text-shadow: 3px 3px 1px #C5DDDB">Text here.</p>

This text has shadow with #C5DDDB color.

.textShadow {text-shadow: 3px 3px 1px #C5DDDB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C5DDDB, 5px 5px 20px red">Text here.</p>

This text has shadow with #C5DDDB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5DDDB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C5DDDB, Direction=45, Strength=4)">Text</p>

This text has shadow with #C5DDDB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C5DDDB;
  -webkit-box-shadow:	1px 1px 3px 2px #C5DDDB;
  box-shadow:		1px 1px 3px 2px #C5DDDB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5DDDB;
-webkit-box-shadow: 1px 1px 3px 2px #C5DDDB;
box-shadow:1px 1px 3px 2px #C5DDDB;">
Div content here</div>
This div box has shadow with color #C5DDDB.

Preview

Color preview on black background

This text has color #C5DDDB on black background.


Color preview on white background

This text has color #C5DDDB on white background.



Black color preview on #C5DDDB background

This text has black color on #C5DDDB background.


White color preview on #C5DDDB background

This text has white color on #C5DDDB background.