COLOR #C5DEB8

HEX: #C5DEB8
RGB: (197,222,184)

Color info

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

RGB color model

#C5DEB8 color RGB value is (197,222,184).

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

RGB channels and saturation

R 197 of 255 = 77%
G 222 of 255 = 87%
B 184 of 255 = 72%

197
222
184

R + G + B ~ 79%. #C5DEB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 222 + 184 = 603 (100%)
R 197 of 603 ~ 32.67%
G 222 of 603 ~ 36.82%
B 184 of 603 ~ 30.51%

%32.67
%36.82
%30.51

CMYK color model

#C5DEB8 color CMYK value is (11,0,17,13).

  • cyan value is 11.26%
  • magenta value is 0.00%
  • yellow value is 17.12%
  • key color value is 12.94%
CMYK:
(11,0,17,13)
C11M0Y17K13 
(11%,0%,17%,13%)
(0.11/0.00/0.17/0.13)	

CMYK percentages

%11.26
%0
%17.12
%12.94

Codes

Color #C5DEB8 in popluar color models

C5DEB8
RGB197222184
HSL99°36.54%79.61%
HSB/HSV99°17.12%87.06%
CMYK11.26%0.00%17.12%
12.94%

Color #C5DEB8 in popluar number systems.

HEXC5DEB8
Decimal197222184
Binary110001011101111010111000
Octal305336270

Shades and tints

Shades of #C5DEB8

#C5DEB8
(197,222,184)
#B4CAA8
(180,202,168)
#A3B698
(163,182,152)
#92A288
(146,162,136)
#818E78
(129,142,120)
#707A68
(112,122,104)
#5F6658
(95,102,88)
#4E5248
(78,82,72)
#3D3E38
(61,62,56)
#2C2A28
(44,42,40)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #C5DEB8

#C5DEB8
(197,222,184)
#CAE1BE
(202,225,190)
#CFE4C4
(207,228,196)
#D4E7CA
(212,231,202)
#D9EAD0
(217,234,208)
#DEEDD6
(222,237,214)
#E3F0DC
(227,240,220)
#E8F3E2
(232,243,226)
#EDF6E8
(237,246,232)
#F2F9EE
(242,249,238)
#F7FCF4
(247,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DEB8; }

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

This text font color is #C5DEB8.


Background Color

.myBgColor { background-color: #C5DEB8; }

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

This div background color is #C5DEB8.


Border color

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

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

This div border color is #C5DEB8.


Opacity

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

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

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

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

This text has shadow with #C5DEB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DEB8 on black background.


Color preview on white background

This text has color #C5DEB8 on white background.



Black color preview on #C5DEB8 background

This text has black color on #C5DEB8 background.


White color preview on #C5DEB8 background

This text has white color on #C5DEB8 background.