COLOR #C6CDFB

HEX: #C6CDFB RGB: (198,205,251)

Color info

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

RGB color model

#C6CDFB color RGB value is (198,205,251).

RGB: (198,205,251) (78%, 80%, 98%)

RGB channels and saturation

R 198 of 255 = 78%
G 205 of 255 = 80%
B 251 of 255 = 98%

198
205
251

R + G + B ~ 85%. #C6CDFB is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 205 + 251 = 654 (100%)
R 198 of 654 ~ 30.28%
G 205 of 654 ~ 31.35%
B 251 of 654 ~ 38.38'%

%30.28
%31.35
%38.38

CMYK color model

#C6CDFB color CMYK value is (21,18,0,2).

  • cyan value is 21.12%
  • magenta value is 18.33%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (21,18,0,2) C21M18Y0K2 (21%,18%,0%,2%) (0.21/0.18/0.00/0.02) 

CMYK percentages

%21.12
%18.33
%0
%1.57

Codes

Color #C6CDFB in popluar color models

C6 CD FB
RGB 198 205 251
HSL 232° 86.89% 88.04%
HSB/HSV 232° 21.12% 98.43%
CMYK 21.12% 18.33% 0.00%
1.57%

Color #C6CDFB in popluar number systems.

HEX C6 CD FB
Decimal 198 205 251
Binary 11000110 11001101 11111011
Octal 306 315 373

Shades and tints

Shades of #C6CDFB

#C6CDFB
(198,205,251)
#B4BBE5
(180,187,229)
#A2A9CF
(162,169,207)
#9097B9
(144,151,185)
#7E85A3
(126,133,163)
#6C738D
(108,115,141)
#5A6177
(90,97,119)
#484F61
(72,79,97)
#363D4B
(54,61,75)
#242B35
(36,43,53)
#12191F
(18,25,31)
#000000
(0,0,0)

Tints of #C6CDFB

#C6CDFB
(198,205,251)
#CBD1FB
(203,209,251)
#D0D5FB
(208,213,251)
#D5D9FB
(213,217,251)
#DADDFB
(218,221,251)
#DFE1FB
(223,225,251)
#E4E5FB
(228,229,251)
#E9E9FB
(233,233,251)
#EEEDFB
(238,237,251)
#F3F1FB
(243,241,251)
#F8F5FB
(248,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CDFB color. Also use rgb(198,205,251) instead hex code.

Text Font Color

.myTextColor { color: #C6CDFB; }

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

This text font color is #C6CDFB.

Background Color

.myBgColor { background-color: #C6CDFB; }

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

This div background color is #C6CDFB.

Border color

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

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

This div border color is #C6CDFB.

Opacity

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

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

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

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

This text has shadow with #C6CDFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CDFB.

Preview

Color preview on black background

This text has color #C6CDFB on black background.


Color preview on white background

This text has color #C6CDFB on white background.


Black color preview on #C6CDFB background

This text has black color on #C6CDFB background.


White color preview on #C6CDFB background

This text has white color on #C6CDFB background.


Related colors

Complementary color

Complementary color for #hex is #393204.


I love getcolorcode.com

Triadic colors

1 #FBC6CD and #CDFBC6 with #C6CDFB are triadic colors.

2 #FBCDC6 and #CDC6FB with #C6CDFB are triadic colors.