COLOR #C3FAE7

HEX: #C3FAE7
RGB: (195,250,231)

Color info

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

RGB color model

#C3FAE7 color RGB value is (195,250,231).

  • red value is 195;
  • green value is 250;
  • blue value is 231.
RGB:
(195,250,231)
(76%,98%,91%)

RGB channels and saturation

R 195 of 255 = 76%
G 250 of 255 = 98%
B 231 of 255 = 91%

195
250
231

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

Portions of RGB colors in percentages

R + G + B =
195 + 250 + 231 = 676 (100%)
R 195 of 676 ~ 28.85%
G 250 of 676 ~ 36.98%
B 231 of 676 ~ 34.17%

%28.85
%36.98
%34.17

CMYK color model

#C3FAE7 color CMYK value is (22,0,8,2).

  • cyan value is 22.00%
  • magenta value is 0.00%
  • yellow value is 7.60%
  • key color value is 1.96%
CMYK:
(22,0,8,2)
C22M0Y8K2 
(22%,0%,8%,2%)
(0.22/0.00/0.08/0.02)	

CMYK percentages

%22
%0
%7.6
%1.96

Codes

Color #C3FAE7 in popluar color models

C3FAE7
RGB195250231
HSL159°84.62%87.25%
HSB/HSV159°22.00%98.04%
CMYK22.00%0.00%7.60%
1.96%

Color #C3FAE7 in popluar number systems.

HEXC3FAE7
Decimal195250231
Binary110000111111101011100111
Octal303372347

Shades and tints

Shades of #C3FAE7

#C3FAE7
(195,250,231)
#B2E4D2
(178,228,210)
#A1CEBD
(161,206,189)
#90B8A8
(144,184,168)
#7FA293
(127,162,147)
#6E8C7E
(110,140,126)
#5D7669
(93,118,105)
#4C6054
(76,96,84)
#3B4A3F
(59,74,63)
#2A342A
(42,52,42)
#191E15
(25,30,21)
#000000
(0,0,0)

Tints of #C3FAE7

#C3FAE7
(195,250,231)
#C8FAE9
(200,250,233)
#CDFAEB
(205,250,235)
#D2FAED
(210,250,237)
#D7FAEF
(215,250,239)
#DCFAF1
(220,250,241)
#E1FAF3
(225,250,243)
#E6FAF5
(230,250,245)
#EBFAF7
(235,250,247)
#F0FAF9
(240,250,249)
#F5FAFB
(245,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3FAE7 color. Also use rgb(195,250,231) instead hex code.

Text Font Color

.myTextColor { color: #C3FAE7; }

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

This text font color is #C3FAE7.


Background Color

.myBgColor { background-color: #C3FAE7; }

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

This div background color is #C3FAE7.


Border color

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

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

This div border color is #C3FAE7.


Opacity

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

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

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

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

This text has shadow with #C3FAE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3FAE7 on black background.


Color preview on white background

This text has color #C3FAE7 on white background.



Black color preview on #C3FAE7 background

This text has black color on #C3FAE7 background.


White color preview on #C3FAE7 background

This text has white color on #C3FAE7 background.