COLOR #C2F5EE

HEX: #C2F5EE RGB: (194,245,238)

Color info

#C2F5EE contains red, green and blue colors in about the same proportion. Web safe color of #C2F5EE is #CCFFFF (or #CFF).

RGB color model

#C2F5EE color RGB value is (194,245,238).

RGB: (194,245,238) (76%, 96%, 93%)

RGB channels and saturation

R 194 of 255 = 76%
G 245 of 255 = 96%
B 238 of 255 = 93%

194
245
238

R + G + B ~ 88%. #C2F5EE is light color.

Portions of RGB colors in percentages

R + G + B = 194 + 245 + 238 = 677 (100%)
R 194 of 677 ~ 28.66%
G 245 of 677 ~ 36.19%
B 238 of 677 ~ 35.16'%

%28.66
%36.19
%35.16

CMYK color model

#C2F5EE color CMYK value is (21,0,3,4).

  • cyan value is 20.82%
  • magenta value is 0.00%
  • yellow value is 2.86%
  • key color value is 3.92%

CMYK: (21,0,3,4)
C21M0Y3K4 (21%, 0%, 3%, 4%)
(0.21 / 0.00 / 0.03 / 0.04)

CMYK percentages

%20.82
%0
%2.86
%3.92

Codes

Color #C2F5EE in popluar color models

C2 F5 EE
RGB 194 245 238
HSL 172° 71.83% 86.08%
HSB/HSV 172° 20.82% 96.08%
CMYK 20.82% 0.00% 2.86%
3.92%

Color #C2F5EE in popluar number systems.

HEX C2 F5 EE
Decimal 194 245 238
Binary 11000010 11110101 11101110
Octal 302 365 356

Shades and tints

Shades of #C2F5EE

#C2F5EE
(194,245,238)
#B1DFD9
(177,223,217)
#A0C9C4
(160,201,196)
#8FB3AF
(143,179,175)
#7E9D9A
(126,157,154)
#6D8785
(109,135,133)
#5C7170
(92,113,112)
#4B5B5B
(75,91,91)
#3A4546
(58,69,70)
#292F31
(41,47,49)
#18191C
(24,25,28)
#000000
(0,0,0)

Tints of #C2F5EE

#C2F5EE
(194,245,238)
#C7F5EF
(199,245,239)
#CCF5F0
(204,245,240)
#D1F5F1
(209,245,241)
#D6F5F2
(214,245,242)
#DBF5F3
(219,245,243)
#E0F5F4
(224,245,244)
#E5F5F5
(229,245,245)
#EAF5F6
(234,245,246)
#EFF5F7
(239,245,247)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2F5EE; }

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

This text font color is #C2F5EE.

Background Color

.myBgColor { background-color: #C2F5EE; }

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

This div background color is #C2F5EE.

Border color

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

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

This div border color is #C2F5EE.

Opacity

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

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

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

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

This text has shadow with #C2F5EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2F5EE.

Preview

Color preview on black background

This text has color #C2F5EE on black background.


Color preview on white background

This text has color #C2F5EE on white background.


Black color preview on #C2F5EE background

This text has black color on #C2F5EE background.


White color preview on #C2F5EE background

This text has white color on #C2F5EE background.


Related colors

Complementary color

Complementary color for #hex is #3D0A11.


I love getcolorcode.com

Triadic colors

1 #EEC2F5 and #F5EEC2 with #C2F5EE are triadic colors.

2 #EEF5C2 and #F5C2EE with #C2F5EE are triadic colors.