COLOR #C0E3EB

HEX: #C0E3EB RGB: (192,227,235)

Color info

#C0E3EB contains red, green and blue colors in about the same proportion. Web safe color of #C0E3EB is #CCCCFF (or #CCF).

RGB color model

#C0E3EB color RGB value is (192,227,235).

RGB: (192,227,235) (75%, 89%, 92%)

RGB channels and saturation

R 192 of 255 = 75%
G 227 of 255 = 89%
B 235 of 255 = 92%

192
227
235

R + G + B ~ 85%. #C0E3EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 227 + 235 = 654 (100%)
R 192 of 654 ~ 29.36%
G 227 of 654 ~ 34.71%
B 235 of 654 ~ 35.93'%

%29.36
%34.71
%35.93

CMYK color model

#C0E3EB color CMYK value is (18,3,0,8).

  • cyan value is 18.30%
  • magenta value is 3.40%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (18,3,0,8)
C18M3Y0K8 (18%, 3%, 0%, 8%)
(0.18 / 0.03 / 0.00 / 0.08)

CMYK percentages

%18.3
%3.4
%0
%7.84

Codes

Color #C0E3EB in popluar color models

C0 E3 EB
RGB 192 227 235
HSL 191° 51.81% 83.73%
HSB/HSV 191° 18.30% 92.16%
CMYK 18.30% 3.40% 0.00%
7.84%

Color #C0E3EB in popluar number systems.

HEX C0 E3 EB
Decimal 192 227 235
Binary 11000000 11100011 11101011
Octal 300 343 353

Shades and tints

Shades of #C0E3EB

#C0E3EB
(192,227,235)
#AFCFD6
(175,207,214)
#9EBBC1
(158,187,193)
#8DA7AC
(141,167,172)
#7C9397
(124,147,151)
#6B7F82
(107,127,130)
#5A6B6D
(90,107,109)
#495758
(73,87,88)
#384343
(56,67,67)
#272F2E
(39,47,46)
#161B19
(22,27,25)
#000000
(0,0,0)

Tints of #C0E3EB

#C0E3EB
(192,227,235)
#C5E5EC
(197,229,236)
#CAE7ED
(202,231,237)
#CFE9EE
(207,233,238)
#D4EBEF
(212,235,239)
#D9EDF0
(217,237,240)
#DEEFF1
(222,239,241)
#E3F1F2
(227,241,242)
#E8F3F3
(232,243,243)
#EDF5F4
(237,245,244)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0E3EB color. Also use rgb(192,227,235) instead hex code.

Text Font Color

.myTextColor { color: #C0E3EB; }

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

This text font color is #C0E3EB.

Background Color

.myBgColor { background-color: #C0E3EB; }

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

This div background color is #C0E3EB.

Border color

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

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

This div border color is #C0E3EB.

Opacity

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

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

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

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

This text has shadow with #C0E3EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0E3EB.

Preview

Color preview on black background

This text has color #C0E3EB on black background.


Color preview on white background

This text has color #C0E3EB on white background.


Black color preview on #C0E3EB background

This text has black color on #C0E3EB background.


White color preview on #C0E3EB background

This text has white color on #C0E3EB background.


Related colors

Complementary color

Complementary color for #hex is #3F1C14.


I love getcolorcode.com

Triadic colors

1 #EBC0E3 and #E3EBC0 with #C0E3EB are triadic colors.

2 #EBE3C0 and #E3C0EB with #C0E3EB are triadic colors.