COLOR #C3FFE7

HEX: #C3FFE7
RGB: (195,255,231)

Color info

#C3FFE7 contains mainly green and blue colors. Web safe color of #C3FFE7 is #CCFFFF (or #CFF).

RGB color model

#C3FFE7 color RGB value is (195,255,231).

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

RGB channels and saturation

R 195 of 255 = 76%
G 255 of 255 = 100%
B 231 of 255 = 91%

195
255
231

R + G + B ~ 89%. #C3FFE7 is light color.

Portions of RGB colors in percentages

R + G + B =
195 + 255 + 231 = 681 (100%)
R 195 of 681 ~ 28.63%
G 255 of 681 ~ 37.44%
B 231 of 681 ~ 33.92%

%28.63
%37.44
%33.92

CMYK color model

#C3FFE7 color CMYK value is (24,0,9,0).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 9.41%
  • key color value is 0.00%
CMYK:
(24,0,9,0)
C24M0Y9K0 
(24%,0%,9%,0%)
(0.24/0.00/0.09/0.00)	

CMYK percentages

%23.53
%0
%9.41
%0

Codes

Color #C3FFE7 in popluar color models

C3FFE7
RGB195255231
HSL156°100.00%88.24%
HSB/HSV156°23.53%100.00%
CMYK23.53%0.00%9.41%
0.00%

Color #C3FFE7 in popluar number systems.

HEXC3FFE7
Decimal195255231
Binary110000111111111111100111
Octal303377347

Shades and tints

Shades of #C3FFE7

#C3FFE7
(195,255,231)
#B2E8D2
(178,232,210)
#A1D1BD
(161,209,189)
#90BAA8
(144,186,168)
#7FA393
(127,163,147)
#6E8C7E
(110,140,126)
#5D7569
(93,117,105)
#4C5E54
(76,94,84)
#3B473F
(59,71,63)
#2A302A
(42,48,42)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #C3FFE7

#C3FFE7
(195,255,231)
#C8FFE9
(200,255,233)
#CDFFEB
(205,255,235)
#D2FFED
(210,255,237)
#D7FFEF
(215,255,239)
#DCFFF1
(220,255,241)
#E1FFF3
(225,255,243)
#E6FFF5
(230,255,245)
#EBFFF7
(235,255,247)
#F0FFF9
(240,255,249)
#F5FFFB
(245,255,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3FFE7; }

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

This text font color is #C3FFE7.


Background Color

.myBgColor { background-color: #C3FFE7; }

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

This div background color is #C3FFE7.


Border color

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

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

This div border color is #C3FFE7.


Opacity

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

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

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

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

This text has shadow with #C3FFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3FFE7 on black background.


Color preview on white background

This text has color #C3FFE7 on white background.



Black color preview on #C3FFE7 background

This text has black color on #C3FFE7 background.


White color preview on #C3FFE7 background

This text has white color on #C3FFE7 background.