COLOR #C6D1EA

HEX: #C6D1EA RGB: (198,209,234)

Color info

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

RGB color model

#C6D1EA color RGB value is (198,209,234).

RGB: (198,209,234) (78%, 82%, 92%)

RGB channels and saturation

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

198
209
234

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

Portions of RGB colors in percentages

R + G + B = 198 + 209 + 234 = 641 (100%)
R 198 of 641 ~ 30.89%
G 209 of 641 ~ 32.61%
B 234 of 641 ~ 36.51'%

%30.89
%32.61
%36.51

CMYK color model

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

  • cyan value is 15.38%
  • magenta value is 10.68%
  • 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
%10.68
%0
%8.24

Codes

Color #C6D1EA in popluar color models

C6 D1 EA
RGB 198 209 234
HSL 222° 46.15% 84.71%
HSB/HSV 222° 15.38% 91.76%
CMYK 15.38% 10.68% 0.00%
8.24%

Color #C6D1EA in popluar number systems.

HEX C6 D1 EA
Decimal 198 209 234
Binary 11000110 11010001 11101010
Octal 306 321 352

Shades and tints

Shades of #C6D1EA

#C6D1EA
(198,209,234)
#B4BED5
(180,190,213)
#A2ABC0
(162,171,192)
#9098AB
(144,152,171)
#7E8596
(126,133,150)
#6C7281
(108,114,129)
#5A5F6C
(90,95,108)
#484C57
(72,76,87)
#363942
(54,57,66)
#24262D
(36,38,45)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #C6D1EA

#C6D1EA
(198,209,234)
#CBD5EB
(203,213,235)
#D0D9EC
(208,217,236)
#D5DDED
(213,221,237)
#DAE1EE
(218,225,238)
#DFE5EF
(223,229,239)
#E4E9F0
(228,233,240)
#E9EDF1
(233,237,241)
#EEF1F2
(238,241,242)
#F3F5F3
(243,245,243)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D1EA; }

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

This text font color is #C6D1EA.

Background Color

.myBgColor { background-color: #C6D1EA; }

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

This div background color is #C6D1EA.

Border color

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

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

This div border color is #C6D1EA.

Opacity

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

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

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

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

This text has shadow with #C6D1EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6D1EA.

Preview

Color preview on black background

This text has color #C6D1EA on black background.


Color preview on white background

This text has color #C6D1EA on white background.


Black color preview on #C6D1EA background

This text has black color on #C6D1EA background.


White color preview on #C6D1EA background

This text has white color on #C6D1EA background.


Related colors

Complementary color

Complementary color for #hex is #392E15.


I love getcolorcode.com

Triadic colors

1 #EAC6D1 and #D1EAC6 with #C6D1EA are triadic colors.

2 #EAD1C6 and #D1C6EA with #C6D1EA are triadic colors.