COLOR #C6CADD

HEX: #C6CADD
RGB: (198,202,221)

Color info

#C6CADD contains red, green and blue colors in about the same proportion. Web safe color of #C6CADD is #CCCCCC (or #CCC).

RGB color model

#C6CADD color RGB value is (198,202,221).

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

RGB channels and saturation

R 198 of 255 = 78%
G 202 of 255 = 79%
B 221 of 255 = 87%

198
202
221

R + G + B ~ 81%. #C6CADD is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 202 + 221 = 621 (100%)
R 198 of 621 ~ 31.88%
G 202 of 621 ~ 32.53%
B 221 of 621 ~ 35.59%

%31.88
%32.53
%35.59

CMYK color model

#C6CADD color CMYK value is (10,9,0,13).

  • cyan value is 10.41%
  • magenta value is 8.60%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(10,9,0,13)
C10M9Y0K13 
(10%,9%,0%,13%)
(0.10/0.09/0.00/0.13)	

CMYK percentages

%10.41
%8.6
%0
%13.33

Codes

Color #C6CADD in popluar color models

C6CADD
RGB198202221
HSL230°25.27%82.16%
HSB/HSV230°10.41%86.67%
CMYK10.41%8.60%0.00%
13.33%

Color #C6CADD in popluar number systems.

HEXC6CADD
Decimal198202221
Binary110001101100101011011101
Octal306312335

Shades and tints

Shades of #C6CADD

#C6CADD
(198,202,221)
#B4B8C9
(180,184,201)
#A2A6B5
(162,166,181)
#9094A1
(144,148,161)
#7E828D
(126,130,141)
#6C7079
(108,112,121)
#5A5E65
(90,94,101)
#484C51
(72,76,81)
#363A3D
(54,58,61)
#242829
(36,40,41)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #C6CADD

#C6CADD
(198,202,221)
#CBCEE0
(203,206,224)
#D0D2E3
(208,210,227)
#D5D6E6
(213,214,230)
#DADAE9
(218,218,233)
#DFDEEC
(223,222,236)
#E4E2EF
(228,226,239)
#E9E6F2
(233,230,242)
#EEEAF5
(238,234,245)
#F3EEF8
(243,238,248)
#F8F2FB
(248,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CADD; }

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

This text font color is #C6CADD.


Background Color

.myBgColor { background-color: #C6CADD; }

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

This div background color is #C6CADD.


Border color

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

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

This div border color is #C6CADD.


Opacity

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

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

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

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

This text has shadow with #C6CADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CADD on black background.


Color preview on white background

This text has color #C6CADD on white background.



Black color preview on #C6CADD background

This text has black color on #C6CADD background.


White color preview on #C6CADD background

This text has white color on #C6CADD background.