COLOR #C5EAD5

HEX: #C5EAD5
RGB: (197,234,213)

Color info

#C5EAD5 contains red, green and blue colors in about the same proportion. Web safe color of #C5EAD5 is #CCFFCC (or #CFC).

RGB color model

#C5EAD5 color RGB value is (197,234,213).

  • red value is 197;
  • green value is 234;
  • blue value is 213.
RGB:
(197,234,213)
(77%,92%,84%)

RGB channels and saturation

R 197 of 255 = 77%
G 234 of 255 = 92%
B 213 of 255 = 84%

197
234
213

R + G + B ~ 84%. #C5EAD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 234 + 213 = 644 (100%)
R 197 of 644 ~ 30.59%
G 234 of 644 ~ 36.34%
B 213 of 644 ~ 33.07%

%30.59
%36.34
%33.07

CMYK color model

#C5EAD5 color CMYK value is (16,0,9,8).

  • cyan value is 15.81%
  • magenta value is 0.00%
  • yellow value is 8.97%
  • key color value is 8.24%
CMYK:
(16,0,9,8)
C16M0Y9K8 
(16%,0%,9%,8%)
(0.16/0.00/0.09/0.08)	

CMYK percentages

%15.81
%0
%8.97
%8.24

Codes

Color #C5EAD5 in popluar color models

C5EAD5
RGB197234213
HSL146°46.84%84.51%
HSB/HSV146°15.81%91.76%
CMYK15.81%0.00%8.97%
8.24%

Color #C5EAD5 in popluar number systems.

HEXC5EAD5
Decimal197234213
Binary110001011110101011010101
Octal305352325

Shades and tints

Shades of #C5EAD5

#C5EAD5
(197,234,213)
#B4D5C2
(180,213,194)
#A3C0AF
(163,192,175)
#92AB9C
(146,171,156)
#819689
(129,150,137)
#708176
(112,129,118)
#5F6C63
(95,108,99)
#4E5750
(78,87,80)
#3D423D
(61,66,61)
#2C2D2A
(44,45,42)
#1B1817
(27,24,23)
#000000
(0,0,0)

Tints of #C5EAD5

#C5EAD5
(197,234,213)
#CAEBD8
(202,235,216)
#CFECDB
(207,236,219)
#D4EDDE
(212,237,222)
#D9EEE1
(217,238,225)
#DEEFE4
(222,239,228)
#E3F0E7
(227,240,231)
#E8F1EA
(232,241,234)
#EDF2ED
(237,242,237)
#F2F3F0
(242,243,240)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5EAD5 color. Also use rgb(197,234,213) instead hex code.

Text Font Color

.myTextColor { color: #C5EAD5; }

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

This text font color is #C5EAD5.


Background Color

.myBgColor { background-color: #C5EAD5; }

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

This div background color is #C5EAD5.


Border color

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

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

This div border color is #C5EAD5.


Opacity

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

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

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

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

This text has shadow with #C5EAD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EAD5 on black background.


Color preview on white background

This text has color #C5EAD5 on white background.



Black color preview on #C5EAD5 background

This text has black color on #C5EAD5 background.


White color preview on #C5EAD5 background

This text has white color on #C5EAD5 background.