COLOR #C2E7EB

HEX: #C2E7EB RGB: (194,231,235)

Color info

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

RGB color model

#C2E7EB color RGB value is (194,231,235).

RGB: (194,231,235) (76%, 91%, 92%)

RGB channels and saturation

R 194 of 255 = 76%
G 231 of 255 = 91%
B 235 of 255 = 92%

194
231
235

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

Portions of RGB colors in percentages

R + G + B = 194 + 231 + 235 = 660 (100%)
R 194 of 660 ~ 29.39%
G 231 of 660 ~ 35%
B 235 of 660 ~ 35.61'%

%29.39
%35
%35.61

CMYK color model

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

  • cyan value is 17.45%
  • magenta value is 1.70%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (17,2,0,8) C17M2Y0K8 (17%,2%,0%,8%) (0.17/0.02/0.00/0.08) 

CMYK percentages

%17.45
%1.7
%0
%7.84

Codes

Color #C2E7EB in popluar color models

C2 E7 EB
RGB 194 231 235
HSL 186° 50.62% 84.12%
HSB/HSV 186° 17.45% 92.16%
CMYK 17.45% 1.70% 0.00%
7.84%

Color #C2E7EB in popluar number systems.

HEX C2 E7 EB
Decimal 194 231 235
Binary 11000010 11100111 11101011
Octal 302 347 353

Shades and tints

Shades of #C2E7EB

#C2E7EB
(194,231,235)
#B1D2D6
(177,210,214)
#A0BDC1
(160,189,193)
#8FA8AC
(143,168,172)
#7E9397
(126,147,151)
#6D7E82
(109,126,130)
#5C696D
(92,105,109)
#4B5458
(75,84,88)
#3A3F43
(58,63,67)
#292A2E
(41,42,46)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #C2E7EB

#C2E7EB
(194,231,235)
#C7E9EC
(199,233,236)
#CCEBED
(204,235,237)
#D1EDEE
(209,237,238)
#D6EFEF
(214,239,239)
#DBF1F0
(219,241,240)
#E0F3F1
(224,243,241)
#E5F5F2
(229,245,242)
#EAF7F3
(234,247,243)
#EFF9F4
(239,249,244)
#F4FBF5
(244,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2E7EB; }

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

This text font color is #C2E7EB.

Background Color

.myBgColor { background-color: #C2E7EB; }

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

This div background color is #C2E7EB.

Border color

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

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

This div border color is #C2E7EB.

Opacity

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

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

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

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

This text has shadow with #C2E7EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2E7EB.

Preview

Color preview on black background

This text has color #C2E7EB on black background.


Color preview on white background

This text has color #C2E7EB on white background.


Black color preview on #C2E7EB background

This text has black color on #C2E7EB background.


White color preview on #C2E7EB background

This text has white color on #C2E7EB background.


Related colors

Complementary color

Complementary color for #hex is #3D1814.


I love getcolorcode.com

Triadic colors

1 #EBC2E7 and #E7EBC2 with #C2E7EB are triadic colors.

2 #EBE7C2 and #E7C2EB with #C2E7EB are triadic colors.