COLOR #C6CCEB

HEX: #C6CCEB RGB: (198,204,235)

Color info

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

RGB color model

#C6CCEB color RGB value is (198,204,235).

RGB: (198,204,235) (78%, 80%, 92%)

RGB channels and saturation

R 198 of 255 = 78%
G 204 of 255 = 80%
B 235 of 255 = 92%

198
204
235

R + G + B ~ 83%. #C6CCEB is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 204 + 235 = 637 (100%)
R 198 of 637 ~ 31.08%
G 204 of 637 ~ 32.03%
B 235 of 637 ~ 36.89'%

%31.08
%32.03
%36.89

CMYK color model

#C6CCEB color CMYK value is (16,13,0,8).

  • cyan value is 15.74%
  • magenta value is 13.19%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (16,13,0,8)
C16M13Y0K8 (16%, 13%, 0%, 8%)
(0.16 / 0.13 / 0.00 / 0.08)

CMYK percentages

%15.74
%13.19
%0
%7.84

Codes

Color #C6CCEB in popluar color models

C6 CC EB
RGB 198 204 235
HSL 230° 48.05% 84.90%
HSB/HSV 230° 15.74% 92.16%
CMYK 15.74% 13.19% 0.00%
7.84%

Color #C6CCEB in popluar number systems.

HEX C6 CC EB
Decimal 198 204 235
Binary 11000110 11001100 11101011
Octal 306 314 353

Shades and tints

Shades of #C6CCEB

#C6CCEB
(198,204,235)
#B4BAD6
(180,186,214)
#A2A8C1
(162,168,193)
#9096AC
(144,150,172)
#7E8497
(126,132,151)
#6C7282
(108,114,130)
#5A606D
(90,96,109)
#484E58
(72,78,88)
#363C43
(54,60,67)
#242A2E
(36,42,46)
#121819
(18,24,25)
#000000
(0,0,0)

Tints of #C6CCEB

#C6CCEB
(198,204,235)
#CBD0EC
(203,208,236)
#D0D4ED
(208,212,237)
#D5D8EE
(213,216,238)
#DADCEF
(218,220,239)
#DFE0F0
(223,224,240)
#E4E4F1
(228,228,241)
#E9E8F2
(233,232,242)
#EEECF3
(238,236,243)
#F3F0F4
(243,240,244)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CCEB color. Also use rgb(198,204,235) instead hex code.

Text Font Color

.myTextColor { color: #C6CCEB; }

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

This text font color is #C6CCEB.

Background Color

.myBgColor { background-color: #C6CCEB; }

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

This div background color is #C6CCEB.

Border color

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

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

This div border color is #C6CCEB.

Opacity

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

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

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

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

This text has shadow with #C6CCEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CCEB.

Preview

Color preview on black background

This text has color #C6CCEB on black background.


Color preview on white background

This text has color #C6CCEB on white background.


Black color preview on #C6CCEB background

This text has black color on #C6CCEB background.


White color preview on #C6CCEB background

This text has white color on #C6CCEB background.


Related colors

Complementary color

Complementary color for #hex is #393314.


I love getcolorcode.com

Triadic colors

1 #EBC6CC and #CCEBC6 with #C6CCEB are triadic colors.

2 #EBCCC6 and #CCC6EB with #C6CCEB are triadic colors.