COLOR #C2B8DC

HEX: #C2B8DC RGB: (194,184,220)

Color info

#C2B8DC contains red, green and blue colors in about the same proportion. Web safe color of #C2B8DC is #CCCCCC (or #CCC).

RGB color model

#C2B8DC color RGB value is (194,184,220).

RGB: (194,184,220) (76%, 72%, 86%)

RGB channels and saturation

R 194 of 255 = 76%
G 184 of 255 = 72%
B 220 of 255 = 86%

194
184
220

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

Portions of RGB colors in percentages

R + G + B = 194 + 184 + 220 = 598 (100%)
R 194 of 598 ~ 32.44%
G 184 of 598 ~ 30.77%
B 220 of 598 ~ 36.79'%

%32.44
%30.77
%36.79

CMYK color model

#C2B8DC color CMYK value is (12,16,0,14).

  • cyan value is 11.82%
  • magenta value is 16.36%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (12,16,0,14)
C12M16Y0K14 (12%, 16%, 0%, 14%)
(0.12 / 0.16 / 0.00 / 0.14)

CMYK percentages

%11.82
%16.36
%0
%13.73

Codes

Color #C2B8DC in popluar color models

C2 B8 DC
RGB 194 184 220
HSL 257° 33.96% 79.22%
HSB/HSV 257° 16.36% 86.27%
CMYK 11.82% 16.36% 0.00%
13.73%

Color #C2B8DC in popluar number systems.

HEX C2 B8 DC
Decimal 194 184 220
Binary 11000010 10111000 11011100
Octal 302 270 334

Shades and tints

Shades of #C2B8DC

#C2B8DC
(194,184,220)
#B1A8C8
(177,168,200)
#A098B4
(160,152,180)
#8F88A0
(143,136,160)
#7E788C
(126,120,140)
#6D6878
(109,104,120)
#5C5864
(92,88,100)
#4B4850
(75,72,80)
#3A383C
(58,56,60)
#292828
(41,40,40)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #C2B8DC

#C2B8DC
(194,184,220)
#C7BEDF
(199,190,223)
#CCC4E2
(204,196,226)
#D1CAE5
(209,202,229)
#D6D0E8
(214,208,232)
#DBD6EB
(219,214,235)
#E0DCEE
(224,220,238)
#E5E2F1
(229,226,241)
#EAE8F4
(234,232,244)
#EFEEF7
(239,238,247)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B8DC color. Also use rgb(194,184,220) instead hex code.

Text Font Color

.myTextColor { color: #C2B8DC; }

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

This text font color is #C2B8DC.

Background Color

.myBgColor { background-color: #C2B8DC; }

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

This div background color is #C2B8DC.

Border color

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

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

This div border color is #C2B8DC.

Opacity

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

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

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

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

This text has shadow with #C2B8DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2B8DC.

Preview

Color preview on black background

This text has color #C2B8DC on black background.


Color preview on white background

This text has color #C2B8DC on white background.


Black color preview on #C2B8DC background

This text has black color on #C2B8DC background.


White color preview on #C2B8DC background

This text has white color on #C2B8DC background.


Related colors

Complementary color

Complementary color for #hex is #3D4723.


I love getcolorcode.com

Triadic colors

1 #DCC2B8 and #B8DCC2 with #C2B8DC are triadic colors.

2 #DCB8C2 and #B8C2DC with #C2B8DC are triadic colors.