COLOR #C2E3EB

HEX: #C2E3EB RGB: (194,227,235)

Color info

#C2E3EB contains red, green and blue colors in about the same proportion. Web safe color of #C2E3EB is #CCCCFF (or #CCF).

RGB color model

#C2E3EB color RGB value is (194,227,235).

RGB: (194,227,235) (76%, 89%, 92%)

RGB channels and saturation

R 194 of 255 = 76%
G 227 of 255 = 89%
B 235 of 255 = 92%

194
227
235

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

Portions of RGB colors in percentages

R + G + B = 194 + 227 + 235 = 656 (100%)
R 194 of 656 ~ 29.57%
G 227 of 656 ~ 34.6%
B 235 of 656 ~ 35.82'%

%29.57
%34.6
%35.82

CMYK color model

#C2E3EB color CMYK value is (17,3,0,8).

  • cyan value is 17.45%
  • magenta value is 3.40%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (17,3,0,8) C17M3Y0K8 (17%,3%,0%,8%) (0.17/0.03/0.00/0.08) 

CMYK percentages

%17.45
%3.4
%0
%7.84

Codes

Color #C2E3EB in popluar color models

C2 E3 EB
RGB 194 227 235
HSL 192° 50.62% 84.12%
HSB/HSV 192° 17.45% 92.16%
CMYK 17.45% 3.40% 0.00%
7.84%

Color #C2E3EB in popluar number systems.

HEX C2 E3 EB
Decimal 194 227 235
Binary 11000010 11100011 11101011
Octal 302 343 353

Shades and tints

Shades of #C2E3EB

#C2E3EB
(194,227,235)
#B1CFD6
(177,207,214)
#A0BBC1
(160,187,193)
#8FA7AC
(143,167,172)
#7E9397
(126,147,151)
#6D7F82
(109,127,130)
#5C6B6D
(92,107,109)
#4B5758
(75,87,88)
#3A4343
(58,67,67)
#292F2E
(41,47,46)
#181B19
(24,27,25)
#000000
(0,0,0)

Tints of #C2E3EB

#C2E3EB
(194,227,235)
#C7E5EC
(199,229,236)
#CCE7ED
(204,231,237)
#D1E9EE
(209,233,238)
#D6EBEF
(214,235,239)
#DBEDF0
(219,237,240)
#E0EFF1
(224,239,241)
#E5F1F2
(229,241,242)
#EAF3F3
(234,243,243)
#EFF5F4
(239,245,244)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2E3EB; }

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

This text font color is #C2E3EB.

Background Color

.myBgColor { background-color: #C2E3EB; }

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

This div background color is #C2E3EB.

Border color

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

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

This div border color is #C2E3EB.

Opacity

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

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

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

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

This text has shadow with #C2E3EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2E3EB.

Preview

Color preview on black background

This text has color #C2E3EB on black background.


Color preview on white background

This text has color #C2E3EB on white background.


Black color preview on #C2E3EB background

This text has black color on #C2E3EB background.


White color preview on #C2E3EB background

This text has white color on #C2E3EB background.


Related colors

Complementary color

Complementary color for #hex is #3D1C14.


I love getcolorcode.com

Triadic colors

1 #EBC2E3 and #E3EBC2 with #C2E3EB are triadic colors.

2 #EBE3C2 and #E3C2EB with #C2E3EB are triadic colors.