COLOR #C6E0EA

HEX: #C6E0EA RGB: (198,224,234)

Color info

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

RGB color model

#C6E0EA color RGB value is (198,224,234).

RGB: (198,224,234) (78%, 88%, 92%)

RGB channels and saturation

R 198 of 255 = 78%
G 224 of 255 = 88%
B 234 of 255 = 92%

198
224
234

R + G + B ~ 86%. #C6E0EA is light color.

Portions of RGB colors in percentages

R + G + B = 198 + 224 + 234 = 656 (100%)
R 198 of 656 ~ 30.18%
G 224 of 656 ~ 34.15%
B 234 of 656 ~ 35.67'%

%30.18
%34.15
%35.67

CMYK color model

#C6E0EA color CMYK value is (15,4,0,8).

  • cyan value is 15.38%
  • magenta value is 4.27%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (15,4,0,8)
C15M4Y0K8 (15%, 4%, 0%, 8%)
(0.15 / 0.04 / 0.00 / 0.08)

CMYK percentages

%15.38
%4.27
%0
%8.24

Codes

Color #C6E0EA in popluar color models

C6 E0 EA
RGB 198 224 234
HSL 197° 46.15% 84.71%
HSB/HSV 197° 15.38% 91.76%
CMYK 15.38% 4.27% 0.00%
8.24%

Color #C6E0EA in popluar number systems.

HEX C6 E0 EA
Decimal 198 224 234
Binary 11000110 11100000 11101010
Octal 306 340 352

Shades and tints

Shades of #C6E0EA

#C6E0EA
(198,224,234)
#B4CCD5
(180,204,213)
#A2B8C0
(162,184,192)
#90A4AB
(144,164,171)
#7E9096
(126,144,150)
#6C7C81
(108,124,129)
#5A686C
(90,104,108)
#485457
(72,84,87)
#364042
(54,64,66)
#242C2D
(36,44,45)
#121818
(18,24,24)
#000000
(0,0,0)

Tints of #C6E0EA

#C6E0EA
(198,224,234)
#CBE2EB
(203,226,235)
#D0E4EC
(208,228,236)
#D5E6ED
(213,230,237)
#DAE8EE
(218,232,238)
#DFEAEF
(223,234,239)
#E4ECF0
(228,236,240)
#E9EEF1
(233,238,241)
#EEF0F2
(238,240,242)
#F3F2F3
(243,242,243)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E0EA color. Also use rgb(198,224,234) instead hex code.

Text Font Color

.myTextColor { color: #C6E0EA; }

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

This text font color is #C6E0EA.

Background Color

.myBgColor { background-color: #C6E0EA; }

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

This div background color is #C6E0EA.

Border color

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

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

This div border color is #C6E0EA.

Opacity

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

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

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

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

This text has shadow with #C6E0EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6E0EA.

Preview

Color preview on black background

This text has color #C6E0EA on black background.


Color preview on white background

This text has color #C6E0EA on white background.


Black color preview on #C6E0EA background

This text has black color on #C6E0EA background.


White color preview on #C6E0EA background

This text has white color on #C6E0EA background.


Related colors

Complementary color

Complementary color for #hex is #391F15.


I love getcolorcode.com

Triadic colors

1 #EAC6E0 and #E0EAC6 with #C6E0EA are triadic colors.

2 #EAE0C6 and #E0C6EA with #C6E0EA are triadic colors.