COLOR #C6D0EA

HEX: #C6D0EA
RGB: (198,208,234)

Color info

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

RGB color model

#C6D0EA color RGB value is (198,208,234).

  • red value is 198;
  • green value is 208;
  • blue value is 234.
RGB:
(198,208,234)
(78%,82%,92%)

RGB channels and saturation

R 198 of 255 = 78%
G 208 of 255 = 82%
B 234 of 255 = 92%

198
208
234

R + G + B ~ 84%. #C6D0EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 208 + 234 = 640 (100%)
R 198 of 640 ~ 30.94%
G 208 of 640 ~ 32.5%
B 234 of 640 ~ 36.56%

%30.94
%32.5
%36.56

CMYK color model

#C6D0EA color CMYK value is (15,11,0,8).

  • cyan value is 15.38%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(15,11,0,8)
C15M11Y0K8 
(15%,11%,0%,8%)
(0.15/0.11/0.00/0.08)	

CMYK percentages

%15.38
%11.11
%0
%8.24

Codes

Color #C6D0EA in popluar color models

C6D0EA
RGB198208234
HSL223°46.15%84.71%
HSB/HSV223°15.38%91.76%
CMYK15.38%11.11%0.00%
8.24%

Color #C6D0EA in popluar number systems.

HEXC6D0EA
Decimal198208234
Binary110001101101000011101010
Octal306320352

Shades and tints

Shades of #C6D0EA

#C6D0EA
(198,208,234)
#B4BED5
(180,190,213)
#A2ACC0
(162,172,192)
#909AAB
(144,154,171)
#7E8896
(126,136,150)
#6C7681
(108,118,129)
#5A646C
(90,100,108)
#485257
(72,82,87)
#364042
(54,64,66)
#242E2D
(36,46,45)
#121C18
(18,28,24)
#000000
(0,0,0)

Tints of #C6D0EA

#C6D0EA
(198,208,234)
#CBD4EB
(203,212,235)
#D0D8EC
(208,216,236)
#D5DCED
(213,220,237)
#DAE0EE
(218,224,238)
#DFE4EF
(223,228,239)
#E4E8F0
(228,232,240)
#E9ECF1
(233,236,241)
#EEF0F2
(238,240,242)
#F3F4F3
(243,244,243)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D0EA; }

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

This text font color is #C6D0EA.


Background Color

.myBgColor { background-color: #C6D0EA; }

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

This div background color is #C6D0EA.


Border color

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

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

This div border color is #C6D0EA.


Opacity

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

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

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

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

This text has shadow with #C6D0EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D0EA on black background.


Color preview on white background

This text has color #C6D0EA on white background.



Black color preview on #C6D0EA background

This text has black color on #C6D0EA background.


White color preview on #C6D0EA background

This text has white color on #C6D0EA background.