COLOR #C6B2CD

HEX: #C6B2CD RGB: (198,178,205)

Color info

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

RGB color model

#C6B2CD color RGB value is (198,178,205).

RGB: (198,178,205) (78%, 70%, 80%)

RGB channels and saturation

R 198 of 255 = 78%
G 178 of 255 = 70%
B 205 of 255 = 80%

198
178
205

R + G + B ~ 76%. #C6B2CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 178 + 205 = 581 (100%)
R 198 of 581 ~ 34.08%
G 178 of 581 ~ 30.64%
B 205 of 581 ~ 35.28'%

%34.08
%30.64
%35.28

CMYK color model

#C6B2CD color CMYK value is (3,13,0,20).

  • cyan value is 3.41%
  • magenta value is 13.17%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (3,13,0,20)
C3M13Y0K20 (3%, 13%, 0%, 20%)
(0.03 / 0.13 / 0.00 / 0.20)

CMYK percentages

%3.41
%13.17
%0
%19.61

Codes

Color #C6B2CD in popluar color models

C6 B2 CD
RGB 198 178 205
HSL 284° 21.26% 75.10%
HSB/HSV 284° 13.17% 80.39%
CMYK 3.41% 13.17% 0.00%
19.61%

Color #C6B2CD in popluar number systems.

HEX C6 B2 CD
Decimal 198 178 205
Binary 11000110 10110010 11001101
Octal 306 262 315

Shades and tints

Shades of #C6B2CD

#C6B2CD
(198,178,205)
#B4A2BB
(180,162,187)
#A292A9
(162,146,169)
#908297
(144,130,151)
#7E7285
(126,114,133)
#6C6273
(108,98,115)
#5A5261
(90,82,97)
#48424F
(72,66,79)
#36323D
(54,50,61)
#24222B
(36,34,43)
#121219
(18,18,25)
#000000
(0,0,0)

Tints of #C6B2CD

#C6B2CD
(198,178,205)
#CBB9D1
(203,185,209)
#D0C0D5
(208,192,213)
#D5C7D9
(213,199,217)
#DACEDD
(218,206,221)
#DFD5E1
(223,213,225)
#E4DCE5
(228,220,229)
#E9E3E9
(233,227,233)
#EEEAED
(238,234,237)
#F3F1F1
(243,241,241)
#F8F8F5
(248,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B2CD; }

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

This text font color is #C6B2CD.

Background Color

.myBgColor { background-color: #C6B2CD; }

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

This div background color is #C6B2CD.

Border color

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

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

This div border color is #C6B2CD.

Opacity

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

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

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

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

This text has shadow with #C6B2CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B2CD.

Preview

Color preview on black background

This text has color #C6B2CD on black background.


Color preview on white background

This text has color #C6B2CD on white background.


Black color preview on #C6B2CD background

This text has black color on #C6B2CD background.


White color preview on #C6B2CD background

This text has white color on #C6B2CD background.


Related colors

Complementary color

Complementary color for #hex is #394D32.


I love getcolorcode.com

Triadic colors

1 #CDC6B2 and #B2CDC6 with #C6B2CD are triadic colors.

2 #CDB2C6 and #B2C6CD with #C6B2CD are triadic colors.