COLOR #C2EBD7

HEX: #C2EBD7
RGB: (194,235,215)

Color info

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

RGB color model

#C2EBD7 color RGB value is (194,235,215).

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

RGB channels and saturation

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

194
235
215

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

Portions of RGB colors in percentages

R + G + B =
194 + 235 + 215 = 644 (100%)
R 194 of 644 ~ 30.12%
G 235 of 644 ~ 36.49%
B 215 of 644 ~ 33.39%

%30.12
%36.49
%33.39

CMYK color model

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

  • cyan value is 17.45%
  • magenta value is 0.00%
  • yellow value is 8.51%
  • key color value is 7.84%
CMYK:
(17,0,9,8)
C17M0Y9K8 
(17%,0%,9%,8%)
(0.17/0.00/0.09/0.08)	

CMYK percentages

%17.45
%0
%8.51
%7.84

Codes

Color #C2EBD7 in popluar color models

C2EBD7
RGB194235215
HSL151°50.62%84.12%
HSB/HSV151°17.45%92.16%
CMYK17.45%0.00%8.51%
7.84%

Color #C2EBD7 in popluar number systems.

HEXC2EBD7
Decimal194235215
Binary110000101110101111010111
Octal302353327

Shades and tints

Shades of #C2EBD7

#C2EBD7
(194,235,215)
#B1D6C4
(177,214,196)
#A0C1B1
(160,193,177)
#8FAC9E
(143,172,158)
#7E978B
(126,151,139)
#6D8278
(109,130,120)
#5C6D65
(92,109,101)
#4B5852
(75,88,82)
#3A433F
(58,67,63)
#292E2C
(41,46,44)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #C2EBD7

#C2EBD7
(194,235,215)
#C7ECDA
(199,236,218)
#CCEDDD
(204,237,221)
#D1EEE0
(209,238,224)
#D6EFE3
(214,239,227)
#DBF0E6
(219,240,230)
#E0F1E9
(224,241,233)
#E5F2EC
(229,242,236)
#EAF3EF
(234,243,239)
#EFF4F2
(239,244,242)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2EBD7; }

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

This text font color is #C2EBD7.


Background Color

.myBgColor { background-color: #C2EBD7; }

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

This div background color is #C2EBD7.


Border color

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

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

This div border color is #C2EBD7.


Opacity

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

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

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

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

This text has shadow with #C2EBD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2EBD7 on black background.


Color preview on white background

This text has color #C2EBD7 on white background.



Black color preview on #C2EBD7 background

This text has black color on #C2EBD7 background.


White color preview on #C2EBD7 background

This text has white color on #C2EBD7 background.