COLOR #C6CFFB

HEX: #C6CFFB RGB: (198,207,251)

Color info

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

RGB color model

#C6CFFB color RGB value is (198,207,251).

RGB: (198,207,251) (78%, 81%, 98%)

RGB channels and saturation

R 198 of 255 = 78%
G 207 of 255 = 81%
B 251 of 255 = 98%

198
207
251

R + G + B ~ 86%. #C6CFFB is light color.

Portions of RGB colors in percentages

R + G + B = 198 + 207 + 251 = 656 (100%)
R 198 of 656 ~ 30.18%
G 207 of 656 ~ 31.55%
B 251 of 656 ~ 38.26'%

%30.18
%31.55
%38.26

CMYK color model

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

  • cyan value is 21.12%
  • magenta value is 17.53%
  • 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
%17.53
%0
%1.57

Codes

Color #C6CFFB in popluar color models

C6 CF FB
RGB 198 207 251
HSL 230° 86.89% 88.04%
HSB/HSV 230° 21.12% 98.43%
CMYK 21.12% 17.53% 0.00%
1.57%

Color #C6CFFB in popluar number systems.

HEX C6 CF FB
Decimal 198 207 251
Binary 11000110 11001111 11111011
Octal 306 317 373

Shades and tints

Shades of #C6CFFB

#C6CFFB
(198,207,251)
#B4BDE5
(180,189,229)
#A2ABCF
(162,171,207)
#9099B9
(144,153,185)
#7E87A3
(126,135,163)
#6C758D
(108,117,141)
#5A6377
(90,99,119)
#485161
(72,81,97)
#363F4B
(54,63,75)
#242D35
(36,45,53)
#121B1F
(18,27,31)
#000000
(0,0,0)

Tints of #C6CFFB

#C6CFFB
(198,207,251)
#CBD3FB
(203,211,251)
#D0D7FB
(208,215,251)
#D5DBFB
(213,219,251)
#DADFFB
(218,223,251)
#DFE3FB
(223,227,251)
#E4E7FB
(228,231,251)
#E9EBFB
(233,235,251)
#EEEFFB
(238,239,251)
#F3F3FB
(243,243,251)
#F8F7FB
(248,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CFFB; }

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

This text font color is #C6CFFB.

Background Color

.myBgColor { background-color: #C6CFFB; }

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

This div background color is #C6CFFB.

Border color

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

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

This div border color is #C6CFFB.

Opacity

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

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

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

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

This text has shadow with #C6CFFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CFFB.

Preview

Color preview on black background

This text has color #C6CFFB on black background.


Color preview on white background

This text has color #C6CFFB on white background.


Black color preview on #C6CFFB background

This text has black color on #C6CFFB background.


White color preview on #C6CFFB background

This text has white color on #C6CFFB background.


Related colors

Complementary color

Complementary color for #hex is #393004.


I love getcolorcode.com

Triadic colors

1 #FBC6CF and #CFFBC6 with #C6CFFB are triadic colors.

2 #FBCFC6 and #CFC6FB with #C6CFFB are triadic colors.