COLOR #C2EAD7

HEX: #C2EAD7
RGB: (194,234,215)

Color info

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

RGB color model

#C2EAD7 color RGB value is (194,234,215).

  • red value is 194;
  • green value is 234;
  • blue value is 215.
RGB:
(194,234,215)
(76%,92%,84%)

RGB channels and saturation

R 194 of 255 = 76%
G 234 of 255 = 92%
B 215 of 255 = 84%

194
234
215

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

Portions of RGB colors in percentages

R + G + B =
194 + 234 + 215 = 643 (100%)
R 194 of 643 ~ 30.17%
G 234 of 643 ~ 36.39%
B 215 of 643 ~ 33.44%

%30.17
%36.39
%33.44

CMYK color model

#C2EAD7 color CMYK value is (17,0,8,8).

  • cyan value is 17.09%
  • magenta value is 0.00%
  • yellow value is 8.12%
  • key color value is 8.24%
CMYK:
(17,0,8,8)
C17M0Y8K8 
(17%,0%,8%,8%)
(0.17/0.00/0.08/0.08)	

CMYK percentages

%17.09
%0
%8.12
%8.24

Codes

Color #C2EAD7 in popluar color models

C2EAD7
RGB194234215
HSL152°48.78%83.92%
HSB/HSV152°17.09%91.76%
CMYK17.09%0.00%8.12%
8.24%

Color #C2EAD7 in popluar number systems.

HEXC2EAD7
Decimal194234215
Binary110000101110101011010111
Octal302352327

Shades and tints

Shades of #C2EAD7

#C2EAD7
(194,234,215)
#B1D5C4
(177,213,196)
#A0C0B1
(160,192,177)
#8FAB9E
(143,171,158)
#7E968B
(126,150,139)
#6D8178
(109,129,120)
#5C6C65
(92,108,101)
#4B5752
(75,87,82)
#3A423F
(58,66,63)
#292D2C
(41,45,44)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #C2EAD7

#C2EAD7
(194,234,215)
#C7EBDA
(199,235,218)
#CCECDD
(204,236,221)
#D1EDE0
(209,237,224)
#D6EEE3
(214,238,227)
#DBEFE6
(219,239,230)
#E0F0E9
(224,240,233)
#E5F1EC
(229,241,236)
#EAF2EF
(234,242,239)
#EFF3F2
(239,243,242)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2EAD7 color. Also use rgb(194,234,215) instead hex code.

Text Font Color

.myTextColor { color: #C2EAD7; }

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

This text font color is #C2EAD7.


Background Color

.myBgColor { background-color: #C2EAD7; }

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

This div background color is #C2EAD7.


Border color

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

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

This div border color is #C2EAD7.


Opacity

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

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

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

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

This text has shadow with #C2EAD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2EAD7 on black background.


Color preview on white background

This text has color #C2EAD7 on white background.



Black color preview on #C2EAD7 background

This text has black color on #C2EAD7 background.


White color preview on #C2EAD7 background

This text has white color on #C2EAD7 background.