COLOR #C5DEB0

HEX: #C5DEB0
RGB: (197,222,176)

Color info

#C5DEB0 contains red, green and blue colors in about the same proportion. Web safe color of #C5DEB0 is #CCCC99 (or #CC9).

RGB color model

#C5DEB0 color RGB value is (197,222,176).

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

RGB channels and saturation

R 197 of 255 = 77%
G 222 of 255 = 87%
B 176 of 255 = 69%

197
222
176

R + G + B ~ 78%. #C5DEB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 222 + 176 = 595 (100%)
R 197 of 595 ~ 33.11%
G 222 of 595 ~ 37.31%
B 176 of 595 ~ 29.58%

%33.11
%37.31
%29.58

CMYK color model

#C5DEB0 color CMYK value is (11,0,21,13).

  • cyan value is 11.26%
  • magenta value is 0.00%
  • yellow value is 20.72%
  • key color value is 12.94%
CMYK:
(11,0,21,13)
C11M0Y21K13 
(11%,0%,21%,13%)
(0.11/0.00/0.21/0.13)	

CMYK percentages

%11.26
%0
%20.72
%12.94

Codes

Color #C5DEB0 in popluar color models

C5DEB0
RGB197222176
HSL93°41.07%78.04%
HSB/HSV93°20.72%87.06%
CMYK11.26%0.00%20.72%
12.94%

Color #C5DEB0 in popluar number systems.

HEXC5DEB0
Decimal197222176
Binary110001011101111010110000
Octal305336260

Shades and tints

Shades of #C5DEB0

#C5DEB0
(197,222,176)
#B4CAA0
(180,202,160)
#A3B690
(163,182,144)
#92A280
(146,162,128)
#818E70
(129,142,112)
#707A60
(112,122,96)
#5F6650
(95,102,80)
#4E5240
(78,82,64)
#3D3E30
(61,62,48)
#2C2A20
(44,42,32)
#1B1610
(27,22,16)
#000000
(0,0,0)

Tints of #C5DEB0

#C5DEB0
(197,222,176)
#CAE1B7
(202,225,183)
#CFE4BE
(207,228,190)
#D4E7C5
(212,231,197)
#D9EACC
(217,234,204)
#DEEDD3
(222,237,211)
#E3F0DA
(227,240,218)
#E8F3E1
(232,243,225)
#EDF6E8
(237,246,232)
#F2F9EF
(242,249,239)
#F7FCF6
(247,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DEB0; }

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

This text font color is #C5DEB0.


Background Color

.myBgColor { background-color: #C5DEB0; }

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

This div background color is #C5DEB0.


Border color

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

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

This div border color is #C5DEB0.


Opacity

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

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

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

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

This text has shadow with #C5DEB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DEB0 on black background.


Color preview on white background

This text has color #C5DEB0 on white background.



Black color preview on #C5DEB0 background

This text has black color on #C5DEB0 background.


White color preview on #C5DEB0 background

This text has white color on #C5DEB0 background.