COLOR #C967BB

HEX: #C967BB RGB: (201,103,187)

Color info

#C967BB contains mainly red and blue colors. Web safe color of #C967BB is #CC66CC (or #C6C).

RGB color model

#C967BB color RGB value is (201,103,187).

RGB: (201,103,187) (79%, 40%, 73%)

RGB channels and saturation

R 201 of 255 = 79%
G 103 of 255 = 40%
B 187 of 255 = 73%

201
103
187

R + G + B ~ 64%. #C967BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 103 + 187 = 491 (100%)
R 201 of 491 ~ 40.94%
G 103 of 491 ~ 20.98%
B 187 of 491 ~ 38.09'%

%40.94
%20.98
%38.09

CMYK color model

#C967BB color CMYK value is (0,49,7,21).

  • cyan value is 0.00%
  • magenta value is 48.76%
  • yellow value is 6.97%
  • key color value is 21.18%

CMYK: (0,49,7,21)
C0M49Y7K21 (0%, 49%, 7%, 21%)
(0.00 / 0.49 / 0.07 / 0.21)

CMYK percentages

%0
%48.76
%6.97
%21.18

Codes

Color #C967BB in popluar color models

C9 67 BB
RGB 201 103 187
HSL 309° 47.57% 59.61%
HSB/HSV 309° 48.76% 78.82%
CMYK 0.00% 48.76% 6.97%
21.18%

Color #C967BB in popluar number systems.

HEX C9 67 BB
Decimal 201 103 187
Binary 11001001 1100111 10111011
Octal 311 147 273

Shades and tints

Shades of #C967BB

#C967BB
(201,103,187)
#B75EAA
(183,94,170)
#A55599
(165,85,153)
#934C88
(147,76,136)
#814377
(129,67,119)
#6F3A66
(111,58,102)
#5D3155
(93,49,85)
#4B2844
(75,40,68)
#391F33
(57,31,51)
#271622
(39,22,34)
#150D11
(21,13,17)
#000000
(0,0,0)

Tints of #C967BB

#C967BB
(201,103,187)
#CD74C1
(205,116,193)
#D181C7
(209,129,199)
#D58ECD
(213,142,205)
#D99BD3
(217,155,211)
#DDA8D9
(221,168,217)
#E1B5DF
(225,181,223)
#E5C2E5
(229,194,229)
#E9CFEB
(233,207,235)
#EDDCF1
(237,220,241)
#F1E9F7
(241,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C967BB color. Also use rgb(201,103,187) instead hex code.

Text Font Color

.myTextColor { color: #C967BB; }

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

This text font color is #C967BB.

Background Color

.myBgColor { background-color: #C967BB; }

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

This div background color is #C967BB.

Border color

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

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

This div border color is #C967BB.

Opacity

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

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

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

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

This text has shadow with #C967BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C967BB.

Preview

Color preview on black background

This text has color #C967BB on black background.


Color preview on white background

This text has color #C967BB on white background.


Black color preview on #C967BB background

This text has black color on #C967BB background.


White color preview on #C967BB background

This text has white color on #C967BB background.


Related colors

Complementary color

Complementary color for #hex is #369844.


I love getcolorcode.com

Triadic colors

1 #BBC967 and #67BBC9 with #C967BB are triadic colors.

2 #BB67C9 and #67C9BB with #C967BB are triadic colors.