COLOR #C5DEAC

HEX: #C5DEAC
RGB: (197,222,172)

Color info

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

RGB color model

#C5DEAC color RGB value is (197,222,172).

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

RGB channels and saturation

R 197 of 255 = 77%
G 222 of 255 = 87%
B 172 of 255 = 67%

197
222
172

R + G + B ~ 77%. #C5DEAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 222 + 172 = 591 (100%)
R 197 of 591 ~ 33.33%
G 222 of 591 ~ 37.56%
B 172 of 591 ~ 29.1%

%33.33
%37.56
%29.1

CMYK color model

#C5DEAC color CMYK value is (11,0,23,13).

  • cyan value is 11.26%
  • magenta value is 0.00%
  • yellow value is 22.52%
  • key color value is 12.94%
CMYK:
(11,0,23,13)
C11M0Y23K13 
(11%,0%,23%,13%)
(0.11/0.00/0.23/0.13)	

CMYK percentages

%11.26
%0
%22.52
%12.94

Codes

Color #C5DEAC in popluar color models

C5DEAC
RGB197222172
HSL90°43.10%77.25%
HSB/HSV90°22.52%87.06%
CMYK11.26%0.00%22.52%
12.94%

Color #C5DEAC in popluar number systems.

HEXC5DEAC
Decimal197222172
Binary110001011101111010101100
Octal305336254

Shades and tints

Shades of #C5DEAC

#C5DEAC
(197,222,172)
#B4CA9D
(180,202,157)
#A3B68E
(163,182,142)
#92A27F
(146,162,127)
#818E70
(129,142,112)
#707A61
(112,122,97)
#5F6652
(95,102,82)
#4E5243
(78,82,67)
#3D3E34
(61,62,52)
#2C2A25
(44,42,37)
#1B1616
(27,22,22)
#000000
(0,0,0)

Tints of #C5DEAC

#C5DEAC
(197,222,172)
#CAE1B3
(202,225,179)
#CFE4BA
(207,228,186)
#D4E7C1
(212,231,193)
#D9EAC8
(217,234,200)
#DEEDCF
(222,237,207)
#E3F0D6
(227,240,214)
#E8F3DD
(232,243,221)
#EDF6E4
(237,246,228)
#F2F9EB
(242,249,235)
#F7FCF2
(247,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DEAC; }

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

This text font color is #C5DEAC.


Background Color

.myBgColor { background-color: #C5DEAC; }

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

This div background color is #C5DEAC.


Border color

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

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

This div border color is #C5DEAC.


Opacity

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

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

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

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

This text has shadow with #C5DEAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DEAC on black background.


Color preview on white background

This text has color #C5DEAC on white background.



Black color preview on #C5DEAC background

This text has black color on #C5DEAC background.


White color preview on #C5DEAC background

This text has white color on #C5DEAC background.