COLOR #C6DDEA

HEX: #C6DDEA
RGB: (198,221,234)

Color info

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

RGB color model

#C6DDEA color RGB value is (198,221,234).

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

RGB channels and saturation

R 198 of 255 = 78%
G 221 of 255 = 87%
B 234 of 255 = 92%

198
221
234

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

Portions of RGB colors in percentages

R + G + B =
198 + 221 + 234 = 653 (100%)
R 198 of 653 ~ 30.32%
G 221 of 653 ~ 33.84%
B 234 of 653 ~ 35.83%

%30.32
%33.84
%35.83

CMYK color model

#C6DDEA color CMYK value is (15,6,0,8).

  • cyan value is 15.38%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(15,6,0,8)
C15M6Y0K8 
(15%,6%,0%,8%)
(0.15/0.06/0.00/0.08)	

CMYK percentages

%15.38
%5.56
%0
%8.24

Codes

Color #C6DDEA in popluar color models

C6DDEA
RGB198221234
HSL202°46.15%84.71%
HSB/HSV202°15.38%91.76%
CMYK15.38%5.56%0.00%
8.24%

Color #C6DDEA in popluar number systems.

HEXC6DDEA
Decimal198221234
Binary110001101101110111101010
Octal306335352

Shades and tints

Shades of #C6DDEA

#C6DDEA
(198,221,234)
#B4C9D5
(180,201,213)
#A2B5C0
(162,181,192)
#90A1AB
(144,161,171)
#7E8D96
(126,141,150)
#6C7981
(108,121,129)
#5A656C
(90,101,108)
#485157
(72,81,87)
#363D42
(54,61,66)
#24292D
(36,41,45)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #C6DDEA

#C6DDEA
(198,221,234)
#CBE0EB
(203,224,235)
#D0E3EC
(208,227,236)
#D5E6ED
(213,230,237)
#DAE9EE
(218,233,238)
#DFECEF
(223,236,239)
#E4EFF0
(228,239,240)
#E9F2F1
(233,242,241)
#EEF5F2
(238,245,242)
#F3F8F3
(243,248,243)
#F8FBF4
(248,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DDEA; }

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

This text font color is #C6DDEA.


Background Color

.myBgColor { background-color: #C6DDEA; }

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

This div background color is #C6DDEA.


Border color

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

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

This div border color is #C6DDEA.


Opacity

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

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

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

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

This text has shadow with #C6DDEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DDEA on black background.


Color preview on white background

This text has color #C6DDEA on white background.



Black color preview on #C6DDEA background

This text has black color on #C6DDEA background.


White color preview on #C6DDEA background

This text has white color on #C6DDEA background.