COLOR #C3EFE2

HEX: #C3EFE2
RGB: (195,239,226)

Color info

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

RGB color model

#C3EFE2 color RGB value is (195,239,226).

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

RGB channels and saturation

R 195 of 255 = 76%
G 239 of 255 = 94%
B 226 of 255 = 89%

195
239
226

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

Portions of RGB colors in percentages

R + G + B =
195 + 239 + 226 = 660 (100%)
R 195 of 660 ~ 29.55%
G 239 of 660 ~ 36.21%
B 226 of 660 ~ 34.24%

%29.55
%36.21
%34.24

CMYK color model

#C3EFE2 color CMYK value is (18,0,5,6).

  • cyan value is 18.41%
  • magenta value is 0.00%
  • yellow value is 5.44%
  • key color value is 6.27%
CMYK:
(18,0,5,6)
C18M0Y5K6 
(18%,0%,5%,6%)
(0.18/0.00/0.05/0.06)	

CMYK percentages

%18.41
%0
%5.44
%6.27

Codes

Color #C3EFE2 in popluar color models

C3EFE2
RGB195239226
HSL162°57.89%85.10%
HSB/HSV162°18.41%93.73%
CMYK18.41%0.00%5.44%
6.27%

Color #C3EFE2 in popluar number systems.

HEXC3EFE2
Decimal195239226
Binary110000111110111111100010
Octal303357342

Shades and tints

Shades of #C3EFE2

#C3EFE2
(195,239,226)
#B2DACE
(178,218,206)
#A1C5BA
(161,197,186)
#90B0A6
(144,176,166)
#7F9B92
(127,155,146)
#6E867E
(110,134,126)
#5D716A
(93,113,106)
#4C5C56
(76,92,86)
#3B4742
(59,71,66)
#2A322E
(42,50,46)
#191D1A
(25,29,26)
#000000
(0,0,0)

Tints of #C3EFE2

#C3EFE2
(195,239,226)
#C8F0E4
(200,240,228)
#CDF1E6
(205,241,230)
#D2F2E8
(210,242,232)
#D7F3EA
(215,243,234)
#DCF4EC
(220,244,236)
#E1F5EE
(225,245,238)
#E6F6F0
(230,246,240)
#EBF7F2
(235,247,242)
#F0F8F4
(240,248,244)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3EFE2; }

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

This text font color is #C3EFE2.


Background Color

.myBgColor { background-color: #C3EFE2; }

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

This div background color is #C3EFE2.


Border color

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

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

This div border color is #C3EFE2.


Opacity

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

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

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

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

This text has shadow with #C3EFE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3EFE2 on black background.


Color preview on white background

This text has color #C3EFE2 on white background.



Black color preview on #C3EFE2 background

This text has black color on #C3EFE2 background.


White color preview on #C3EFE2 background

This text has white color on #C3EFE2 background.