COLOR #C5EAAF

HEX: #C5EAAF
RGB: (197,234,175)

Color info

#C5EAAF contains red, green and blue colors in about the same proportion. Web safe color of #C5EAAF is #CCFF99 (or #CF9).

RGB color model

#C5EAAF color RGB value is (197,234,175).

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

RGB channels and saturation

R 197 of 255 = 77%
G 234 of 255 = 92%
B 175 of 255 = 69%

197
234
175

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

Portions of RGB colors in percentages

R + G + B =
197 + 234 + 175 = 606 (100%)
R 197 of 606 ~ 32.51%
G 234 of 606 ~ 38.61%
B 175 of 606 ~ 28.88%

%32.51
%38.61
%28.88

CMYK color model

#C5EAAF color CMYK value is (16,0,25,8).

  • cyan value is 15.81%
  • magenta value is 0.00%
  • yellow value is 25.21%
  • key color value is 8.24%
CMYK:
(16,0,25,8)
C16M0Y25K8 
(16%,0%,25%,8%)
(0.16/0.00/0.25/0.08)	

CMYK percentages

%15.81
%0
%25.21
%8.24

Codes

Color #C5EAAF in popluar color models

C5EAAF
RGB197234175
HSL98°58.42%80.20%
HSB/HSV98°25.21%91.76%
CMYK15.81%0.00%25.21%
8.24%

Color #C5EAAF in popluar number systems.

HEXC5EAAF
Decimal197234175
Binary110001011110101010101111
Octal305352257

Shades and tints

Shades of #C5EAAF

#C5EAAF
(197,234,175)
#B4D5A0
(180,213,160)
#A3C091
(163,192,145)
#92AB82
(146,171,130)
#819673
(129,150,115)
#708164
(112,129,100)
#5F6C55
(95,108,85)
#4E5746
(78,87,70)
#3D4237
(61,66,55)
#2C2D28
(44,45,40)
#1B1819
(27,24,25)
#000000
(0,0,0)

Tints of #C5EAAF

#C5EAAF
(197,234,175)
#CAEBB6
(202,235,182)
#CFECBD
(207,236,189)
#D4EDC4
(212,237,196)
#D9EECB
(217,238,203)
#DEEFD2
(222,239,210)
#E3F0D9
(227,240,217)
#E8F1E0
(232,241,224)
#EDF2E7
(237,242,231)
#F2F3EE
(242,243,238)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5EAAF; }

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

This text font color is #C5EAAF.


Background Color

.myBgColor { background-color: #C5EAAF; }

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

This div background color is #C5EAAF.


Border color

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

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

This div border color is #C5EAAF.


Opacity

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

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

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

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

This text has shadow with #C5EAAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EAAF on black background.


Color preview on white background

This text has color #C5EAAF on white background.



Black color preview on #C5EAAF background

This text has black color on #C5EAAF background.


White color preview on #C5EAAF background

This text has white color on #C5EAAF background.