COLOR #C3EFE0

HEX: #C3EFE0
RGB: (195,239,224)

Color info

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

RGB color model

#C3EFE0 color RGB value is (195,239,224).

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

RGB channels and saturation

R 195 of 255 = 76%
G 239 of 255 = 94%
B 224 of 255 = 88%

195
239
224

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

Portions of RGB colors in percentages

R + G + B =
195 + 239 + 224 = 658 (100%)
R 195 of 658 ~ 29.64%
G 239 of 658 ~ 36.32%
B 224 of 658 ~ 34.04%

%29.64
%36.32
%34.04

CMYK color model

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

  • cyan value is 18.41%
  • magenta value is 0.00%
  • yellow value is 6.28%
  • key color value is 6.27%
CMYK:
(18,0,6,6)
C18M0Y6K6 
(18%,0%,6%,6%)
(0.18/0.00/0.06/0.06)	

CMYK percentages

%18.41
%0
%6.28
%6.27

Codes

Color #C3EFE0 in popluar color models

C3EFE0
RGB195239224
HSL160°57.89%85.10%
HSB/HSV160°18.41%93.73%
CMYK18.41%0.00%6.28%
6.27%

Color #C3EFE0 in popluar number systems.

HEXC3EFE0
Decimal195239224
Binary110000111110111111100000
Octal303357340

Shades and tints

Shades of #C3EFE0

#C3EFE0
(195,239,224)
#B2DACC
(178,218,204)
#A1C5B8
(161,197,184)
#90B0A4
(144,176,164)
#7F9B90
(127,155,144)
#6E867C
(110,134,124)
#5D7168
(93,113,104)
#4C5C54
(76,92,84)
#3B4740
(59,71,64)
#2A322C
(42,50,44)
#191D18
(25,29,24)
#000000
(0,0,0)

Tints of #C3EFE0

#C3EFE0
(195,239,224)
#C8F0E2
(200,240,226)
#CDF1E4
(205,241,228)
#D2F2E6
(210,242,230)
#D7F3E8
(215,243,232)
#DCF4EA
(220,244,234)
#E1F5EC
(225,245,236)
#E6F6EE
(230,246,238)
#EBF7F0
(235,247,240)
#F0F8F2
(240,248,242)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3EFE0; }

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

This text font color is #C3EFE0.


Background Color

.myBgColor { background-color: #C3EFE0; }

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

This div background color is #C3EFE0.


Border color

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

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

This div border color is #C3EFE0.


Opacity

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

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

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

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

This text has shadow with #C3EFE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3EFE0 on black background.


Color preview on white background

This text has color #C3EFE0 on white background.



Black color preview on #C3EFE0 background

This text has black color on #C3EFE0 background.


White color preview on #C3EFE0 background

This text has white color on #C3EFE0 background.