COLOR #C3E8EE

HEX: #C3E8EE RGB: (195,232,238)

Color info

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

RGB color model

#C3E8EE color RGB value is (195,232,238).

RGB: (195,232,238) (76%, 91%, 93%)

RGB channels and saturation

R 195 of 255 = 76%
G 232 of 255 = 91%
B 238 of 255 = 93%

195
232
238

R + G + B ~ 87%. #C3E8EE is light color.

Portions of RGB colors in percentages

R + G + B = 195 + 232 + 238 = 665 (100%)
R 195 of 665 ~ 29.32%
G 232 of 665 ~ 34.89%
B 238 of 665 ~ 35.79'%

%29.32
%34.89
%35.79

CMYK color model

#C3E8EE color CMYK value is (18,3,0,7).

  • cyan value is 18.07%
  • magenta value is 2.52%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (18,3,0,7)
C18M3Y0K7 (18%, 3%, 0%, 7%)
(0.18 / 0.03 / 0.00 / 0.07)

CMYK percentages

%18.07
%2.52
%0
%6.67

Codes

Color #C3E8EE in popluar color models

C3 E8 EE
RGB 195 232 238
HSL 188° 55.84% 84.90%
HSB/HSV 188° 18.07% 93.33%
CMYK 18.07% 2.52% 0.00%
6.67%

Color #C3E8EE in popluar number systems.

HEX C3 E8 EE
Decimal 195 232 238
Binary 11000011 11101000 11101110
Octal 303 350 356

Shades and tints

Shades of #C3E8EE

#C3E8EE
(195,232,238)
#B2D3D9
(178,211,217)
#A1BEC4
(161,190,196)
#90A9AF
(144,169,175)
#7F949A
(127,148,154)
#6E7F85
(110,127,133)
#5D6A70
(93,106,112)
#4C555B
(76,85,91)
#3B4046
(59,64,70)
#2A2B31
(42,43,49)
#19161C
(25,22,28)
#000000
(0,0,0)

Tints of #C3E8EE

#C3E8EE
(195,232,238)
#C8EAEF
(200,234,239)
#CDECF0
(205,236,240)
#D2EEF1
(210,238,241)
#D7F0F2
(215,240,242)
#DCF2F3
(220,242,243)
#E1F4F4
(225,244,244)
#E6F6F5
(230,246,245)
#EBF8F6
(235,248,246)
#F0FAF7
(240,250,247)
#F5FCF8
(245,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E8EE color. Also use rgb(195,232,238) instead hex code.

Text Font Color

.myTextColor { color: #C3E8EE; }

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

This text font color is #C3E8EE.

Background Color

.myBgColor { background-color: #C3E8EE; }

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

This div background color is #C3E8EE.

Border color

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

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

This div border color is #C3E8EE.

Opacity

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

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

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

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

This text has shadow with #C3E8EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3E8EE.

Preview

Color preview on black background

This text has color #C3E8EE on black background.


Color preview on white background

This text has color #C3E8EE on white background.


Black color preview on #C3E8EE background

This text has black color on #C3E8EE background.


White color preview on #C3E8EE background

This text has white color on #C3E8EE background.


Related colors

Complementary color

Complementary color for #hex is #3C1711.


I love getcolorcode.com

Triadic colors

1 #EEC3E8 and #E8EEC3 with #C3E8EE are triadic colors.

2 #EEE8C3 and #E8C3EE with #C3E8EE are triadic colors.