COLOR #C6D3FB

HEX: #C6D3FB RGB: (198,211,251)

Color info

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

RGB color model

#C6D3FB color RGB value is (198,211,251).

RGB: (198,211,251) (78%, 83%, 98%)

RGB channels and saturation

R 198 of 255 = 78%
G 211 of 255 = 83%
B 251 of 255 = 98%

198
211
251

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

Portions of RGB colors in percentages

R + G + B = 198 + 211 + 251 = 660 (100%)
R 198 of 660 ~ 30%
G 211 of 660 ~ 31.97%
B 251 of 660 ~ 38.03'%

%30
%31.97
%38.03

CMYK color model

#C6D3FB color CMYK value is (21,16,0,2).

  • cyan value is 21.12%
  • magenta value is 15.94%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (21,16,0,2)
C21M16Y0K2 (21%, 16%, 0%, 2%)
(0.21 / 0.16 / 0.00 / 0.02)

CMYK percentages

%21.12
%15.94
%0
%1.57

Codes

Color #C6D3FB in popluar color models

C6 D3 FB
RGB 198 211 251
HSL 225° 86.89% 88.04%
HSB/HSV 225° 21.12% 98.43%
CMYK 21.12% 15.94% 0.00%
1.57%

Color #C6D3FB in popluar number systems.

HEX C6 D3 FB
Decimal 198 211 251
Binary 11000110 11010011 11111011
Octal 306 323 373

Shades and tints

Shades of #C6D3FB

#C6D3FB
(198,211,251)
#B4C0E5
(180,192,229)
#A2ADCF
(162,173,207)
#909AB9
(144,154,185)
#7E87A3
(126,135,163)
#6C748D
(108,116,141)
#5A6177
(90,97,119)
#484E61
(72,78,97)
#363B4B
(54,59,75)
#242835
(36,40,53)
#12151F
(18,21,31)
#000000
(0,0,0)

Tints of #C6D3FB

#C6D3FB
(198,211,251)
#CBD7FB
(203,215,251)
#D0DBFB
(208,219,251)
#D5DFFB
(213,223,251)
#DAE3FB
(218,227,251)
#DFE7FB
(223,231,251)
#E4EBFB
(228,235,251)
#E9EFFB
(233,239,251)
#EEF3FB
(238,243,251)
#F3F7FB
(243,247,251)
#F8FBFB
(248,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D3FB; }

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

This text font color is #C6D3FB.

Background Color

.myBgColor { background-color: #C6D3FB; }

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

This div background color is #C6D3FB.

Border color

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

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

This div border color is #C6D3FB.

Opacity

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

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

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

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

This text has shadow with #C6D3FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6D3FB.

Preview

Color preview on black background

This text has color #C6D3FB on black background.


Color preview on white background

This text has color #C6D3FB on white background.


Black color preview on #C6D3FB background

This text has black color on #C6D3FB background.


White color preview on #C6D3FB background

This text has white color on #C6D3FB background.


Related colors

Complementary color

Complementary color for #hex is #392C04.


I love getcolorcode.com

Triadic colors

1 #FBC6D3 and #D3FBC6 with #C6D3FB are triadic colors.

2 #FBD3C6 and #D3C6FB with #C6D3FB are triadic colors.