COLOR #C2F5EB

HEX: #C2F5EB RGB: (194,245,235)

Color info

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

RGB color model

#C2F5EB color RGB value is (194,245,235).

RGB: (194,245,235) (76%, 96%, 92%)

RGB channels and saturation

R 194 of 255 = 76%
G 245 of 255 = 96%
B 235 of 255 = 92%

194
245
235

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

Portions of RGB colors in percentages

R + G + B = 194 + 245 + 235 = 674 (100%)
R 194 of 674 ~ 28.78%
G 245 of 674 ~ 36.35%
B 235 of 674 ~ 34.87'%

%28.78
%36.35
%34.87

CMYK color model

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

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

CMYK: (21,0,4,4)
C21M0Y4K4 (21%, 0%, 4%, 4%)
(0.21 / 0.00 / 0.04 / 0.04)

CMYK percentages

%20.82
%0
%4.08
%3.92

Codes

Color #C2F5EB in popluar color models

C2 F5 EB
RGB 194 245 235
HSL 168° 71.83% 86.08%
HSB/HSV 168° 20.82% 96.08%
CMYK 20.82% 0.00% 4.08%
3.92%

Color #C2F5EB in popluar number systems.

HEX C2 F5 EB
Decimal 194 245 235
Binary 11000010 11110101 11101011
Octal 302 365 353

Shades and tints

Shades of #C2F5EB

#C2F5EB
(194,245,235)
#B1DFD6
(177,223,214)
#A0C9C1
(160,201,193)
#8FB3AC
(143,179,172)
#7E9D97
(126,157,151)
#6D8782
(109,135,130)
#5C716D
(92,113,109)
#4B5B58
(75,91,88)
#3A4543
(58,69,67)
#292F2E
(41,47,46)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #C2F5EB

#C2F5EB
(194,245,235)
#C7F5EC
(199,245,236)
#CCF5ED
(204,245,237)
#D1F5EE
(209,245,238)
#D6F5EF
(214,245,239)
#DBF5F0
(219,245,240)
#E0F5F1
(224,245,241)
#E5F5F2
(229,245,242)
#EAF5F3
(234,245,243)
#EFF5F4
(239,245,244)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2F5EB; }

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

This text font color is #C2F5EB.

Background Color

.myBgColor { background-color: #C2F5EB; }

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

This div background color is #C2F5EB.

Border color

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

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

This div border color is #C2F5EB.

Opacity

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

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

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

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

This text has shadow with #C2F5EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2F5EB.

Preview

Color preview on black background

This text has color #C2F5EB on black background.


Color preview on white background

This text has color #C2F5EB on white background.


Black color preview on #C2F5EB background

This text has black color on #C2F5EB background.


White color preview on #C2F5EB background

This text has white color on #C2F5EB background.


Related colors

Complementary color

Complementary color for #hex is #3D0A14.


I love getcolorcode.com

Triadic colors

1 #EBC2F5 and #F5EBC2 with #C2F5EB are triadic colors.

2 #EBF5C2 and #F5C2EB with #C2F5EB are triadic colors.