COLOR #C884BF

HEX: #C884BF
RGB: (200,132,191)

Color info

#C884BF contains mainly red and blue colors. Web safe color of #C884BF is #CC99CC (or #C9C).

RGB color model

#C884BF color RGB value is (200,132,191).

  • red value is 200;
  • green value is 132;
  • blue value is 191.
RGB:
(200,132,191)
(78%,52%,75%)

RGB channels and saturation

R 200 of 255 = 78%
G 132 of 255 = 52%
B 191 of 255 = 75%

200
132
191

R + G + B ~ 68%. #C884BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 132 + 191 = 523 (100%)
R 200 of 523 ~ 38.24%
G 132 of 523 ~ 25.24%
B 191 of 523 ~ 36.52%

%38.24
%25.24
%36.52

CMYK color model

#C884BF color CMYK value is (0,34,5,22).

  • cyan value is 0.00%
  • magenta value is 34.00%
  • yellow value is 4.50%
  • key color value is 21.57%
CMYK:
(0,34,5,22)
C0M34Y5K22 
(0%,34%,5%,22%)
(0.00/0.34/0.05/0.22)	

CMYK percentages

%0
%34
%4.5
%21.57

Codes

Color #C884BF in popluar color models

C884BF
RGB200132191
HSL308°38.20%65.10%
HSB/HSV308°34.00%78.43%
CMYK0.00%34.00%4.50%
21.57%

Color #C884BF in popluar number systems.

HEXC884BF
Decimal200132191
Binary110010001000010010111111
Octal310204277

Shades and tints

Shades of #C884BF

#C884BF
(200,132,191)
#B678AE
(182,120,174)
#A46C9D
(164,108,157)
#92608C
(146,96,140)
#80547B
(128,84,123)
#6E486A
(110,72,106)
#5C3C59
(92,60,89)
#4A3048
(74,48,72)
#382437
(56,36,55)
#261826
(38,24,38)
#140C15
(20,12,21)
#000000
(0,0,0)

Tints of #C884BF

#C884BF
(200,132,191)
#CD8FC4
(205,143,196)
#D29AC9
(210,154,201)
#D7A5CE
(215,165,206)
#DCB0D3
(220,176,211)
#E1BBD8
(225,187,216)
#E6C6DD
(230,198,221)
#EBD1E2
(235,209,226)
#F0DCE7
(240,220,231)
#F5E7EC
(245,231,236)
#FAF2F1
(250,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C884BF color. Also use rgb(200,132,191) instead hex code.

Text Font Color

.myTextColor { color: #C884BF; }

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

This text font color is #C884BF.


Background Color

.myBgColor { background-color: #C884BF; }

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

This div background color is #C884BF.


Border color

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

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

This div border color is #C884BF.


Opacity

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

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

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

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

This text has shadow with #C884BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C884BF on black background.


Color preview on white background

This text has color #C884BF on white background.



Black color preview on #C884BF background

This text has black color on #C884BF background.


White color preview on #C884BF background

This text has white color on #C884BF background.