COLOR #C3E0EE

HEX: #C3E0EE
RGB: (195,224,238)

Color info

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

RGB color model

#C3E0EE color RGB value is (195,224,238).

  • red value is 195;
  • green value is 224;
  • blue value is 238.
RGB:
(195,224,238)
(76%,88%,93%)

RGB channels and saturation

R 195 of 255 = 76%
G 224 of 255 = 88%
B 238 of 255 = 93%

195
224
238

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

Portions of RGB colors in percentages

R + G + B =
195 + 224 + 238 = 657 (100%)
R 195 of 657 ~ 29.68%
G 224 of 657 ~ 34.09%
B 238 of 657 ~ 36.23%

%29.68
%34.09
%36.23

CMYK color model

#C3E0EE color CMYK value is (18,6,0,7).

  • cyan value is 18.07%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(18,6,0,7)
C18M6Y0K7 
(18%,6%,0%,7%)
(0.18/0.06/0.00/0.07)	

CMYK percentages

%18.07
%5.88
%0
%6.67

Codes

Color #C3E0EE in popluar color models

C3E0EE
RGB195224238
HSL200°55.84%84.90%
HSB/HSV200°18.07%93.33%
CMYK18.07%5.88%0.00%
6.67%

Color #C3E0EE in popluar number systems.

HEXC3E0EE
Decimal195224238
Binary110000111110000011101110
Octal303340356

Shades and tints

Shades of #C3E0EE

#C3E0EE
(195,224,238)
#B2CCD9
(178,204,217)
#A1B8C4
(161,184,196)
#90A4AF
(144,164,175)
#7F909A
(127,144,154)
#6E7C85
(110,124,133)
#5D6870
(93,104,112)
#4C545B
(76,84,91)
#3B4046
(59,64,70)
#2A2C31
(42,44,49)
#19181C
(25,24,28)
#000000
(0,0,0)

Tints of #C3E0EE

#C3E0EE
(195,224,238)
#C8E2EF
(200,226,239)
#CDE4F0
(205,228,240)
#D2E6F1
(210,230,241)
#D7E8F2
(215,232,242)
#DCEAF3
(220,234,243)
#E1ECF4
(225,236,244)
#E6EEF5
(230,238,245)
#EBF0F6
(235,240,246)
#F0F2F7
(240,242,247)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3E0EE; }

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

This text font color is #C3E0EE.


Background Color

.myBgColor { background-color: #C3E0EE; }

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

This div background color is #C3E0EE.


Border color

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

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

This div border color is #C3E0EE.


Opacity

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

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

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

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

This text has shadow with #C3E0EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E0EE on black background.


Color preview on white background

This text has color #C3E0EE on white background.



Black color preview on #C3E0EE background

This text has black color on #C3E0EE background.


White color preview on #C3E0EE background

This text has white color on #C3E0EE background.