COLOR #C3FFEE

HEX: #C3FFEE
RGB: (195,255,238)

Color info

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

RGB color model

#C3FFEE color RGB value is (195,255,238).

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

RGB channels and saturation

R 195 of 255 = 76%
G 255 of 255 = 100%
B 238 of 255 = 93%

195
255
238

R + G + B ~ 90%. #C3FFEE is light color.

Portions of RGB colors in percentages

R + G + B =
195 + 255 + 238 = 688 (100%)
R 195 of 688 ~ 28.34%
G 255 of 688 ~ 37.06%
B 238 of 688 ~ 34.59%

%28.34
%37.06
%34.59

CMYK color model

#C3FFEE color CMYK value is (24,0,7,0).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 0.00%
CMYK:
(24,0,7,0)
C24M0Y7K0 
(24%,0%,7%,0%)
(0.24/0.00/0.07/0.00)	

CMYK percentages

%23.53
%0
%6.67
%0

Codes

Color #C3FFEE in popluar color models

C3FFEE
RGB195255238
HSL163°100.00%88.24%
HSB/HSV163°23.53%100.00%
CMYK23.53%0.00%6.67%
0.00%

Color #C3FFEE in popluar number systems.

HEXC3FFEE
Decimal195255238
Binary110000111111111111101110
Octal303377356

Shades and tints

Shades of #C3FFEE

#C3FFEE
(195,255,238)
#B2E8D9
(178,232,217)
#A1D1C4
(161,209,196)
#90BAAF
(144,186,175)
#7FA39A
(127,163,154)
#6E8C85
(110,140,133)
#5D7570
(93,117,112)
#4C5E5B
(76,94,91)
#3B4746
(59,71,70)
#2A3031
(42,48,49)
#19191C
(25,25,28)
#000000
(0,0,0)

Tints of #C3FFEE

#C3FFEE
(195,255,238)
#C8FFEF
(200,255,239)
#CDFFF0
(205,255,240)
#D2FFF1
(210,255,241)
#D7FFF2
(215,255,242)
#DCFFF3
(220,255,243)
#E1FFF4
(225,255,244)
#E6FFF5
(230,255,245)
#EBFFF6
(235,255,246)
#F0FFF7
(240,255,247)
#F5FFF8
(245,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3FFEE; }

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

This text font color is #C3FFEE.


Background Color

.myBgColor { background-color: #C3FFEE; }

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

This div background color is #C3FFEE.


Border color

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

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

This div border color is #C3FFEE.


Opacity

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

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

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

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

This text has shadow with #C3FFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3FFEE on black background.


Color preview on white background

This text has color #C3FFEE on white background.



Black color preview on #C3FFEE background

This text has black color on #C3FFEE background.


White color preview on #C3FFEE background

This text has white color on #C3FFEE background.