COLOR #C0FAE1

HEX: #C0FAE1
RGB: (192,250,225)

Color info

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

RGB color model

#C0FAE1 color RGB value is (192,250,225).

  • red value is 192;
  • green value is 250;
  • blue value is 225.
RGB:
(192,250,225)
(75%,98%,88%)

RGB channels and saturation

R 192 of 255 = 75%
G 250 of 255 = 98%
B 225 of 255 = 88%

192
250
225

R + G + B ~ 87%. #C0FAE1 is light color.

Portions of RGB colors in percentages

R + G + B =
192 + 250 + 225 = 667 (100%)
R 192 of 667 ~ 28.79%
G 250 of 667 ~ 37.48%
B 225 of 667 ~ 33.73%

%28.79
%37.48
%33.73

CMYK color model

#C0FAE1 color CMYK value is (23,0,10,2).

  • cyan value is 23.20%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 1.96%
CMYK:
(23,0,10,2)
C23M0Y10K2 
(23%,0%,10%,2%)
(0.23/0.00/0.10/0.02)	

CMYK percentages

%23.2
%0
%10
%1.96

Codes

Color #C0FAE1 in popluar color models

C0FAE1
RGB192250225
HSL154°85.29%86.67%
HSB/HSV154°23.20%98.04%
CMYK23.20%0.00%10.00%
1.96%

Color #C0FAE1 in popluar number systems.

HEXC0FAE1
Decimal192250225
Binary110000001111101011100001
Octal300372341

Shades and tints

Shades of #C0FAE1

#C0FAE1
(192,250,225)
#AFE4CD
(175,228,205)
#9ECEB9
(158,206,185)
#8DB8A5
(141,184,165)
#7CA291
(124,162,145)
#6B8C7D
(107,140,125)
#5A7669
(90,118,105)
#496055
(73,96,85)
#384A41
(56,74,65)
#27342D
(39,52,45)
#161E19
(22,30,25)
#000000
(0,0,0)

Tints of #C0FAE1

#C0FAE1
(192,250,225)
#C5FAE3
(197,250,227)
#CAFAE5
(202,250,229)
#CFFAE7
(207,250,231)
#D4FAE9
(212,250,233)
#D9FAEB
(217,250,235)
#DEFAED
(222,250,237)
#E3FAEF
(227,250,239)
#E8FAF1
(232,250,241)
#EDFAF3
(237,250,243)
#F2FAF5
(242,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0FAE1 color. Also use rgb(192,250,225) instead hex code.

Text Font Color

.myTextColor { color: #C0FAE1; }

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

This text font color is #C0FAE1.


Background Color

.myBgColor { background-color: #C0FAE1; }

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

This div background color is #C0FAE1.


Border color

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

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

This div border color is #C0FAE1.


Opacity

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

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

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

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

This text has shadow with #C0FAE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0FAE1 on black background.


Color preview on white background

This text has color #C0FAE1 on white background.



Black color preview on #C0FAE1 background

This text has black color on #C0FAE1 background.


White color preview on #C0FAE1 background

This text has white color on #C0FAE1 background.