COLOR #C5DEC4

HEX: #C5DEC4
RGB: (197,222,196)

Color info

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

RGB color model

#C5DEC4 color RGB value is (197,222,196).

  • red value is 197;
  • green value is 222;
  • blue value is 196.
RGB:
(197,222,196)
(77%,87%,77%)

RGB channels and saturation

R 197 of 255 = 77%
G 222 of 255 = 87%
B 196 of 255 = 77%

197
222
196

R + G + B ~ 80%. #C5DEC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 222 + 196 = 615 (100%)
R 197 of 615 ~ 32.03%
G 222 of 615 ~ 36.1%
B 196 of 615 ~ 31.87%

%32.03
%36.1
%31.87

CMYK color model

#C5DEC4 color CMYK value is (11,0,12,13).

  • cyan value is 11.26%
  • magenta value is 0.00%
  • yellow value is 11.71%
  • key color value is 12.94%
CMYK:
(11,0,12,13)
C11M0Y12K13 
(11%,0%,12%,13%)
(0.11/0.00/0.12/0.13)	

CMYK percentages

%11.26
%0
%11.71
%12.94

Codes

Color #C5DEC4 in popluar color models

C5DEC4
RGB197222196
HSL118°28.26%81.96%
HSB/HSV118°11.71%87.06%
CMYK11.26%0.00%11.71%
12.94%

Color #C5DEC4 in popluar number systems.

HEXC5DEC4
Decimal197222196
Binary110001011101111011000100
Octal305336304

Shades and tints

Shades of #C5DEC4

#C5DEC4
(197,222,196)
#B4CAB3
(180,202,179)
#A3B6A2
(163,182,162)
#92A291
(146,162,145)
#818E80
(129,142,128)
#707A6F
(112,122,111)
#5F665E
(95,102,94)
#4E524D
(78,82,77)
#3D3E3C
(61,62,60)
#2C2A2B
(44,42,43)
#1B161A
(27,22,26)
#000000
(0,0,0)

Tints of #C5DEC4

#C5DEC4
(197,222,196)
#CAE1C9
(202,225,201)
#CFE4CE
(207,228,206)
#D4E7D3
(212,231,211)
#D9EAD8
(217,234,216)
#DEEDDD
(222,237,221)
#E3F0E2
(227,240,226)
#E8F3E7
(232,243,231)
#EDF6EC
(237,246,236)
#F2F9F1
(242,249,241)
#F7FCF6
(247,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DEC4 color. Also use rgb(197,222,196) instead hex code.

Text Font Color

.myTextColor { color: #C5DEC4; }

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

This text font color is #C5DEC4.


Background Color

.myBgColor { background-color: #C5DEC4; }

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

This div background color is #C5DEC4.


Border color

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

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

This div border color is #C5DEC4.


Opacity

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

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

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

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

This text has shadow with #C5DEC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DEC4 on black background.


Color preview on white background

This text has color #C5DEC4 on white background.



Black color preview on #C5DEC4 background

This text has black color on #C5DEC4 background.


White color preview on #C5DEC4 background

This text has white color on #C5DEC4 background.