COLOR #C5DCCD

HEX: #C5DCCD
RGB: (197,220,205)

Color info

#C5DCCD contains red, green and blue colors in about the same proportion. Web safe color of #C5DCCD is #CCCCCC (or #CCC).

RGB color model

#C5DCCD color RGB value is (197,220,205).

  • red value is 197;
  • green value is 220;
  • blue value is 205.
RGB:
(197,220,205)
(77%,86%,80%)

RGB channels and saturation

R 197 of 255 = 77%
G 220 of 255 = 86%
B 205 of 255 = 80%

197
220
205

R + G + B ~ 81%. #C5DCCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 220 + 205 = 622 (100%)
R 197 of 622 ~ 31.67%
G 220 of 622 ~ 35.37%
B 205 of 622 ~ 32.96%

%31.67
%35.37
%32.96

CMYK color model

#C5DCCD color CMYK value is (10,0,7,14).

  • cyan value is 10.45%
  • magenta value is 0.00%
  • yellow value is 6.82%
  • key color value is 13.73%
CMYK:
(10,0,7,14)
C10M0Y7K14 
(10%,0%,7%,14%)
(0.10/0.00/0.07/0.14)	

CMYK percentages

%10.45
%0
%6.82
%13.73

Codes

Color #C5DCCD in popluar color models

C5DCCD
RGB197220205
HSL141°24.73%81.76%
HSB/HSV141°10.45%86.27%
CMYK10.45%0.00%6.82%
13.73%

Color #C5DCCD in popluar number systems.

HEXC5DCCD
Decimal197220205
Binary110001011101110011001101
Octal305334315

Shades and tints

Shades of #C5DCCD

#C5DCCD
(197,220,205)
#B4C8BB
(180,200,187)
#A3B4A9
(163,180,169)
#92A097
(146,160,151)
#818C85
(129,140,133)
#707873
(112,120,115)
#5F6461
(95,100,97)
#4E504F
(78,80,79)
#3D3C3D
(61,60,61)
#2C282B
(44,40,43)
#1B1419
(27,20,25)
#000000
(0,0,0)

Tints of #C5DCCD

#C5DCCD
(197,220,205)
#CADFD1
(202,223,209)
#CFE2D5
(207,226,213)
#D4E5D9
(212,229,217)
#D9E8DD
(217,232,221)
#DEEBE1
(222,235,225)
#E3EEE5
(227,238,229)
#E8F1E9
(232,241,233)
#EDF4ED
(237,244,237)
#F2F7F1
(242,247,241)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DCCD color. Also use rgb(197,220,205) instead hex code.

Text Font Color

.myTextColor { color: #C5DCCD; }

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

This text font color is #C5DCCD.


Background Color

.myBgColor { background-color: #C5DCCD; }

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

This div background color is #C5DCCD.


Border color

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

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

This div border color is #C5DCCD.


Opacity

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

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

Text with #C5DCCD 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 #C5DCCD;}

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

This text has shadow with #C5DCCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DCCD on black background.


Color preview on white background

This text has color #C5DCCD on white background.



Black color preview on #C5DCCD background

This text has black color on #C5DCCD background.


White color preview on #C5DCCD background

This text has white color on #C5DCCD background.