COLOR #C3EEE2

HEX: #C3EEE2
RGB: (195,238,226)

Color info

#C3EEE2 contains red, green and blue colors in about the same proportion. Web safe color of #C3EEE2 is #CCFFCC (or #CFC).

RGB color model

#C3EEE2 color RGB value is (195,238,226).

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

RGB channels and saturation

R 195 of 255 = 76%
G 238 of 255 = 93%
B 226 of 255 = 89%

195
238
226

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

Portions of RGB colors in percentages

R + G + B =
195 + 238 + 226 = 659 (100%)
R 195 of 659 ~ 29.59%
G 238 of 659 ~ 36.12%
B 226 of 659 ~ 34.29%

%29.59
%36.12
%34.29

CMYK color model

#C3EEE2 color CMYK value is (18,0,5,7).

  • cyan value is 18.07%
  • magenta value is 0.00%
  • yellow value is 5.04%
  • key color value is 6.67%
CMYK:
(18,0,5,7)
C18M0Y5K7 
(18%,0%,5%,7%)
(0.18/0.00/0.05/0.07)	

CMYK percentages

%18.07
%0
%5.04
%6.67

Codes

Color #C3EEE2 in popluar color models

C3EEE2
RGB195238226
HSL163°55.84%84.90%
HSB/HSV163°18.07%93.33%
CMYK18.07%0.00%5.04%
6.67%

Color #C3EEE2 in popluar number systems.

HEXC3EEE2
Decimal195238226
Binary110000111110111011100010
Octal303356342

Shades and tints

Shades of #C3EEE2

#C3EEE2
(195,238,226)
#B2D9CE
(178,217,206)
#A1C4BA
(161,196,186)
#90AFA6
(144,175,166)
#7F9A92
(127,154,146)
#6E857E
(110,133,126)
#5D706A
(93,112,106)
#4C5B56
(76,91,86)
#3B4642
(59,70,66)
#2A312E
(42,49,46)
#191C1A
(25,28,26)
#000000
(0,0,0)

Tints of #C3EEE2

#C3EEE2
(195,238,226)
#C8EFE4
(200,239,228)
#CDF0E6
(205,240,230)
#D2F1E8
(210,241,232)
#D7F2EA
(215,242,234)
#DCF3EC
(220,243,236)
#E1F4EE
(225,244,238)
#E6F5F0
(230,245,240)
#EBF6F2
(235,246,242)
#F0F7F4
(240,247,244)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3EEE2; }

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

This text font color is #C3EEE2.


Background Color

.myBgColor { background-color: #C3EEE2; }

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

This div background color is #C3EEE2.


Border color

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

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

This div border color is #C3EEE2.


Opacity

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

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

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

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

This text has shadow with #C3EEE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3EEE2 on black background.


Color preview on white background

This text has color #C3EEE2 on white background.



Black color preview on #C3EEE2 background

This text has black color on #C3EEE2 background.


White color preview on #C3EEE2 background

This text has white color on #C3EEE2 background.