COLOR #C5DEB7

HEX: #C5DEB7
RGB: (197,222,183)

Color info

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

RGB color model

#C5DEB7 color RGB value is (197,222,183).

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

RGB channels and saturation

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

197
222
183

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

Portions of RGB colors in percentages

R + G + B =
197 + 222 + 183 = 602 (100%)
R 197 of 602 ~ 32.72%
G 222 of 602 ~ 36.88%
B 183 of 602 ~ 30.4%

%32.72
%36.88
%30.4

CMYK color model

#C5DEB7 color CMYK value is (11,0,18,13).

  • cyan value is 11.26%
  • magenta value is 0.00%
  • yellow value is 17.57%
  • key color value is 12.94%
CMYK:
(11,0,18,13)
C11M0Y18K13 
(11%,0%,18%,13%)
(0.11/0.00/0.18/0.13)	

CMYK percentages

%11.26
%0
%17.57
%12.94

Codes

Color #C5DEB7 in popluar color models

C5DEB7
RGB197222183
HSL98°37.14%79.41%
HSB/HSV98°17.57%87.06%
CMYK11.26%0.00%17.57%
12.94%

Color #C5DEB7 in popluar number systems.

HEXC5DEB7
Decimal197222183
Binary110001011101111010110111
Octal305336267

Shades and tints

Shades of #C5DEB7

#C5DEB7
(197,222,183)
#B4CAA7
(180,202,167)
#A3B697
(163,182,151)
#92A287
(146,162,135)
#818E77
(129,142,119)
#707A67
(112,122,103)
#5F6657
(95,102,87)
#4E5247
(78,82,71)
#3D3E37
(61,62,55)
#2C2A27
(44,42,39)
#1B1617
(27,22,23)
#000000
(0,0,0)

Tints of #C5DEB7

#C5DEB7
(197,222,183)
#CAE1BD
(202,225,189)
#CFE4C3
(207,228,195)
#D4E7C9
(212,231,201)
#D9EACF
(217,234,207)
#DEEDD5
(222,237,213)
#E3F0DB
(227,240,219)
#E8F3E1
(232,243,225)
#EDF6E7
(237,246,231)
#F2F9ED
(242,249,237)
#F7FCF3
(247,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DEB7; }

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

This text font color is #C5DEB7.


Background Color

.myBgColor { background-color: #C5DEB7; }

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

This div background color is #C5DEB7.


Border color

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

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

This div border color is #C5DEB7.


Opacity

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

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

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

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

This text has shadow with #C5DEB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DEB7 on black background.


Color preview on white background

This text has color #C5DEB7 on white background.



Black color preview on #C5DEB7 background

This text has black color on #C5DEB7 background.


White color preview on #C5DEB7 background

This text has white color on #C5DEB7 background.