COLOR #C3F3EC

HEX: #C3F3EC
RGB: (195,243,236)

Color info

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

RGB color model

#C3F3EC color RGB value is (195,243,236).

  • red value is 195;
  • green value is 243;
  • blue value is 236.
RGB:
(195,243,236)
(76%,95%,93%)

RGB channels and saturation

R 195 of 255 = 76%
G 243 of 255 = 95%
B 236 of 255 = 93%

195
243
236

R + G + B ~ 88%. #C3F3EC is light color.

Portions of RGB colors in percentages

R + G + B =
195 + 243 + 236 = 674 (100%)
R 195 of 674 ~ 28.93%
G 243 of 674 ~ 36.05%
B 236 of 674 ~ 35.01%

%28.93
%36.05
%35.01

CMYK color model

#C3F3EC color CMYK value is (20,0,3,5).

  • cyan value is 19.75%
  • magenta value is 0.00%
  • yellow value is 2.88%
  • key color value is 4.71%
CMYK:
(20,0,3,5)
C20M0Y3K5 
(20%,0%,3%,5%)
(0.20/0.00/0.03/0.05)	

CMYK percentages

%19.75
%0
%2.88
%4.71

Codes

Color #C3F3EC in popluar color models

C3F3EC
RGB195243236
HSL171°66.67%85.88%
HSB/HSV171°19.75%95.29%
CMYK19.75%0.00%2.88%
4.71%

Color #C3F3EC in popluar number systems.

HEXC3F3EC
Decimal195243236
Binary110000111111001111101100
Octal303363354

Shades and tints

Shades of #C3F3EC

#C3F3EC
(195,243,236)
#B2DDD7
(178,221,215)
#A1C7C2
(161,199,194)
#90B1AD
(144,177,173)
#7F9B98
(127,155,152)
#6E8583
(110,133,131)
#5D6F6E
(93,111,110)
#4C5959
(76,89,89)
#3B4344
(59,67,68)
#2A2D2F
(42,45,47)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #C3F3EC

#C3F3EC
(195,243,236)
#C8F4ED
(200,244,237)
#CDF5EE
(205,245,238)
#D2F6EF
(210,246,239)
#D7F7F0
(215,247,240)
#DCF8F1
(220,248,241)
#E1F9F2
(225,249,242)
#E6FAF3
(230,250,243)
#EBFBF4
(235,251,244)
#F0FCF5
(240,252,245)
#F5FDF6
(245,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3F3EC color. Also use rgb(195,243,236) instead hex code.

Text Font Color

.myTextColor { color: #C3F3EC; }

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

This text font color is #C3F3EC.


Background Color

.myBgColor { background-color: #C3F3EC; }

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

This div background color is #C3F3EC.


Border color

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

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

This div border color is #C3F3EC.


Opacity

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

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

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

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

This text has shadow with #C3F3EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3F3EC on black background.


Color preview on white background

This text has color #C3F3EC on white background.



Black color preview on #C3F3EC background

This text has black color on #C3F3EC background.


White color preview on #C3F3EC background

This text has white color on #C3F3EC background.