COLOR #C2F5DE

HEX: #C2F5DE
RGB: (194,245,222)

Color info

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

RGB color model

#C2F5DE color RGB value is (194,245,222).

  • red value is 194;
  • green value is 245;
  • blue value is 222.
RGB:
(194,245,222)
(76%,96%,87%)

RGB channels and saturation

R 194 of 255 = 76%
G 245 of 255 = 96%
B 222 of 255 = 87%

194
245
222

R + G + B ~ 86%. #C2F5DE is light color.

Portions of RGB colors in percentages

R + G + B =
194 + 245 + 222 = 661 (100%)
R 194 of 661 ~ 29.35%
G 245 of 661 ~ 37.07%
B 222 of 661 ~ 33.59%

%29.35
%37.07
%33.59

CMYK color model

#C2F5DE color CMYK value is (21,0,9,4).

  • cyan value is 20.82%
  • magenta value is 0.00%
  • yellow value is 9.39%
  • key color value is 3.92%
CMYK:
(21,0,9,4)
C21M0Y9K4 
(21%,0%,9%,4%)
(0.21/0.00/0.09/0.04)	

CMYK percentages

%20.82
%0
%9.39
%3.92

Codes

Color #C2F5DE in popluar color models

C2F5DE
RGB194245222
HSL153°71.83%86.08%
HSB/HSV153°20.82%96.08%
CMYK20.82%0.00%9.39%
3.92%

Color #C2F5DE in popluar number systems.

HEXC2F5DE
Decimal194245222
Binary110000101111010111011110
Octal302365336

Shades and tints

Shades of #C2F5DE

#C2F5DE
(194,245,222)
#B1DFCA
(177,223,202)
#A0C9B6
(160,201,182)
#8FB3A2
(143,179,162)
#7E9D8E
(126,157,142)
#6D877A
(109,135,122)
#5C7166
(92,113,102)
#4B5B52
(75,91,82)
#3A453E
(58,69,62)
#292F2A
(41,47,42)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #C2F5DE

#C2F5DE
(194,245,222)
#C7F5E1
(199,245,225)
#CCF5E4
(204,245,228)
#D1F5E7
(209,245,231)
#D6F5EA
(214,245,234)
#DBF5ED
(219,245,237)
#E0F5F0
(224,245,240)
#E5F5F3
(229,245,243)
#EAF5F6
(234,245,246)
#EFF5F9
(239,245,249)
#F4F5FC
(244,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2F5DE color. Also use rgb(194,245,222) instead hex code.

Text Font Color

.myTextColor { color: #C2F5DE; }

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

This text font color is #C2F5DE.


Background Color

.myBgColor { background-color: #C2F5DE; }

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

This div background color is #C2F5DE.


Border color

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

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

This div border color is #C2F5DE.


Opacity

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

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

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

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

This text has shadow with #C2F5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2F5DE on black background.


Color preview on white background

This text has color #C2F5DE on white background.



Black color preview on #C2F5DE background

This text has black color on #C2F5DE background.


White color preview on #C2F5DE background

This text has white color on #C2F5DE background.