COLOR #C2B8D4

HEX: #C2B8D4 RGB: (194,184,212)

Color info

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

RGB color model

#C2B8D4 color RGB value is (194,184,212).

RGB: (194,184,212) (76%, 72%, 83%)

RGB channels and saturation

R 194 of 255 = 76%
G 184 of 255 = 72%
B 212 of 255 = 83%

194
184
212

R + G + B ~ 77%. #C2B8D4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 184 + 212 = 590 (100%)
R 194 of 590 ~ 32.88%
G 184 of 590 ~ 31.19%
B 212 of 590 ~ 35.93'%

%32.88
%31.19
%35.93

CMYK color model

#C2B8D4 color CMYK value is (8,13,0,17).

  • cyan value is 8.49%
  • magenta value is 13.21%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (8,13,0,17)
C8M13Y0K17 (8%, 13%, 0%, 17%)
(0.08 / 0.13 / 0.00 / 0.17)

CMYK percentages

%8.49
%13.21
%0
%16.86

Codes

Color #C2B8D4 in popluar color models

C2 B8 D4
RGB 194 184 212
HSL 261° 24.56% 77.65%
HSB/HSV 261° 13.21% 83.14%
CMYK 8.49% 13.21% 0.00%
16.86%

Color #C2B8D4 in popluar number systems.

HEX C2 B8 D4
Decimal 194 184 212
Binary 11000010 10111000 11010100
Octal 302 270 324

Shades and tints

Shades of #C2B8D4

#C2B8D4
(194,184,212)
#B1A8C1
(177,168,193)
#A098AE
(160,152,174)
#8F889B
(143,136,155)
#7E7888
(126,120,136)
#6D6875
(109,104,117)
#5C5862
(92,88,98)
#4B484F
(75,72,79)
#3A383C
(58,56,60)
#292829
(41,40,41)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #C2B8D4

#C2B8D4
(194,184,212)
#C7BED7
(199,190,215)
#CCC4DA
(204,196,218)
#D1CADD
(209,202,221)
#D6D0E0
(214,208,224)
#DBD6E3
(219,214,227)
#E0DCE6
(224,220,230)
#E5E2E9
(229,226,233)
#EAE8EC
(234,232,236)
#EFEEEF
(239,238,239)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2B8D4; }

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

This text font color is #C2B8D4.

Background Color

.myBgColor { background-color: #C2B8D4; }

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

This div background color is #C2B8D4.

Border color

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

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

This div border color is #C2B8D4.

Opacity

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

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

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

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

This text has shadow with #C2B8D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2B8D4.

Preview

Color preview on black background

This text has color #C2B8D4 on black background.


Color preview on white background

This text has color #C2B8D4 on white background.


Black color preview on #C2B8D4 background

This text has black color on #C2B8D4 background.


White color preview on #C2B8D4 background

This text has white color on #C2B8D4 background.


Related colors

Complementary color

Complementary color for #hex is #3D472B.


I love getcolorcode.com

Triadic colors

1 #D4C2B8 and #B8D4C2 with #C2B8D4 are triadic colors.

2 #D4B8C2 and #B8C2D4 with #C2B8D4 are triadic colors.