COLOR #C6B2DF

HEX: #C6B2DF RGB: (198,178,223)

Color info

#C6B2DF contains red, green and blue colors in about the same proportion. Web safe color of #C6B2DF is #CC99CC (or #C9C).

RGB color model

#C6B2DF color RGB value is (198,178,223).

RGB: (198,178,223) (78%, 70%, 87%)

RGB channels and saturation

R 198 of 255 = 78%
G 178 of 255 = 70%
B 223 of 255 = 87%

198
178
223

R + G + B ~ 78%. #C6B2DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 178 + 223 = 599 (100%)
R 198 of 599 ~ 33.06%
G 178 of 599 ~ 29.72%
B 223 of 599 ~ 37.23'%

%33.06
%29.72
%37.23

CMYK color model

#C6B2DF color CMYK value is (11,20,0,13).

  • cyan value is 11.21%
  • magenta value is 20.18%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (11,20,0,13)
C11M20Y0K13 (11%, 20%, 0%, 13%)
(0.11 / 0.20 / 0.00 / 0.13)

CMYK percentages

%11.21
%20.18
%0
%12.55

Codes

Color #C6B2DF in popluar color models

C6 B2 DF
RGB 198 178 223
HSL 267° 41.28% 78.63%
HSB/HSV 267° 20.18% 87.45%
CMYK 11.21% 20.18% 0.00%
12.55%

Color #C6B2DF in popluar number systems.

HEX C6 B2 DF
Decimal 198 178 223
Binary 11000110 10110010 11011111
Octal 306 262 337

Shades and tints

Shades of #C6B2DF

#C6B2DF
(198,178,223)
#B4A2CB
(180,162,203)
#A292B7
(162,146,183)
#9082A3
(144,130,163)
#7E728F
(126,114,143)
#6C627B
(108,98,123)
#5A5267
(90,82,103)
#484253
(72,66,83)
#36323F
(54,50,63)
#24222B
(36,34,43)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #C6B2DF

#C6B2DF
(198,178,223)
#CBB9E1
(203,185,225)
#D0C0E3
(208,192,227)
#D5C7E5
(213,199,229)
#DACEE7
(218,206,231)
#DFD5E9
(223,213,233)
#E4DCEB
(228,220,235)
#E9E3ED
(233,227,237)
#EEEAEF
(238,234,239)
#F3F1F1
(243,241,241)
#F8F8F3
(248,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B2DF color. Also use rgb(198,178,223) instead hex code.

Text Font Color

.myTextColor { color: #C6B2DF; }

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

This text font color is #C6B2DF.

Background Color

.myBgColor { background-color: #C6B2DF; }

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

This div background color is #C6B2DF.

Border color

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

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

This div border color is #C6B2DF.

Opacity

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

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

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

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

This text has shadow with #C6B2DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B2DF.

Preview

Color preview on black background

This text has color #C6B2DF on black background.


Color preview on white background

This text has color #C6B2DF on white background.


Black color preview on #C6B2DF background

This text has black color on #C6B2DF background.


White color preview on #C6B2DF background

This text has white color on #C6B2DF background.


Related colors

Complementary color

Complementary color for #hex is #394D20.


I love getcolorcode.com

Triadic colors

1 #DFC6B2 and #B2DFC6 with #C6B2DF are triadic colors.

2 #DFB2C6 and #B2C6DF with #C6B2DF are triadic colors.