COLOR #C6CBEE

HEX: #C6CBEE RGB: (198,203,238)

Color info

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

RGB color model

#C6CBEE color RGB value is (198,203,238).

RGB: (198,203,238) (78%, 80%, 93%)

RGB channels and saturation

R 198 of 255 = 78%
G 203 of 255 = 80%
B 238 of 255 = 93%

198
203
238

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

Portions of RGB colors in percentages

R + G + B = 198 + 203 + 238 = 639 (100%)
R 198 of 639 ~ 30.99%
G 203 of 639 ~ 31.77%
B 238 of 639 ~ 37.25'%

%30.99
%31.77
%37.25

CMYK color model

#C6CBEE color CMYK value is (17,15,0,7).

  • cyan value is 16.81%
  • magenta value is 14.71%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (17,15,0,7) C17M15Y0K7 (17%,15%,0%,7%) (0.17/0.15/0.00/0.07) 

CMYK percentages

%16.81
%14.71
%0
%6.67

Codes

Color #C6CBEE in popluar color models

C6 CB EE
RGB 198 203 238
HSL 233° 54.05% 85.49%
HSB/HSV 233° 16.81% 93.33%
CMYK 16.81% 14.71% 0.00%
6.67%

Color #C6CBEE in popluar number systems.

HEX C6 CB EE
Decimal 198 203 238
Binary 11000110 11001011 11101110
Octal 306 313 356

Shades and tints

Shades of #C6CBEE

#C6CBEE
(198,203,238)
#B4B9D9
(180,185,217)
#A2A7C4
(162,167,196)
#9095AF
(144,149,175)
#7E839A
(126,131,154)
#6C7185
(108,113,133)
#5A5F70
(90,95,112)
#484D5B
(72,77,91)
#363B46
(54,59,70)
#242931
(36,41,49)
#12171C
(18,23,28)
#000000
(0,0,0)

Tints of #C6CBEE

#C6CBEE
(198,203,238)
#CBCFEF
(203,207,239)
#D0D3F0
(208,211,240)
#D5D7F1
(213,215,241)
#DADBF2
(218,219,242)
#DFDFF3
(223,223,243)
#E4E3F4
(228,227,244)
#E9E7F5
(233,231,245)
#EEEBF6
(238,235,246)
#F3EFF7
(243,239,247)
#F8F3F8
(248,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CBEE color. Also use rgb(198,203,238) instead hex code.

Text Font Color

.myTextColor { color: #C6CBEE; }

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

This text font color is #C6CBEE.

Background Color

.myBgColor { background-color: #C6CBEE; }

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

This div background color is #C6CBEE.

Border color

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

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

This div border color is #C6CBEE.

Opacity

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

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

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

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

This text has shadow with #C6CBEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CBEE.

Preview

Color preview on black background

This text has color #C6CBEE on black background.


Color preview on white background

This text has color #C6CBEE on white background.


Black color preview on #C6CBEE background

This text has black color on #C6CBEE background.


White color preview on #C6CBEE background

This text has white color on #C6CBEE background.


Related colors

Complementary color

Complementary color for #hex is #393411.


I love getcolorcode.com

Triadic colors

1 #EEC6CB and #CBEEC6 with #C6CBEE are triadic colors.

2 #EECBC6 and #CBC6EE with #C6CBEE are triadic colors.