COLOR #C883BF

HEX: #C883BF
RGB: (200,131,191)

Color info

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

RGB color model

#C883BF color RGB value is (200,131,191).

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

RGB channels and saturation

R 200 of 255 = 78%
G 131 of 255 = 51%
B 191 of 255 = 75%

200
131
191

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

Portions of RGB colors in percentages

R + G + B =
200 + 131 + 191 = 522 (100%)
R 200 of 522 ~ 38.31%
G 131 of 522 ~ 25.1%
B 191 of 522 ~ 36.59%

%38.31
%25.1
%36.59

CMYK color model

#C883BF color CMYK value is (0,35,5,22).

  • cyan value is 0.00%
  • magenta value is 34.50%
  • yellow value is 4.50%
  • key color value is 21.57%
CMYK:
(0,35,5,22)
C0M35Y5K22 
(0%,35%,5%,22%)
(0.00/0.35/0.05/0.22)	

CMYK percentages

%0
%34.5
%4.5
%21.57

Codes

Color #C883BF in popluar color models

C883BF
RGB200131191
HSL308°38.55%64.90%
HSB/HSV308°34.50%78.43%
CMYK0.00%34.50%4.50%
21.57%

Color #C883BF in popluar number systems.

HEXC883BF
Decimal200131191
Binary110010001000001110111111
Octal310203277

Shades and tints

Shades of #C883BF

#C883BF
(200,131,191)
#B678AE
(182,120,174)
#A46D9D
(164,109,157)
#92628C
(146,98,140)
#80577B
(128,87,123)
#6E4C6A
(110,76,106)
#5C4159
(92,65,89)
#4A3648
(74,54,72)
#382B37
(56,43,55)
#262026
(38,32,38)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #C883BF

#C883BF
(200,131,191)
#CD8EC4
(205,142,196)
#D299C9
(210,153,201)
#D7A4CE
(215,164,206)
#DCAFD3
(220,175,211)
#E1BAD8
(225,186,216)
#E6C5DD
(230,197,221)
#EBD0E2
(235,208,226)
#F0DBE7
(240,219,231)
#F5E6EC
(245,230,236)
#FAF1F1
(250,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C883BF; }

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

This text font color is #C883BF.


Background Color

.myBgColor { background-color: #C883BF; }

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

This div background color is #C883BF.


Border color

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

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

This div border color is #C883BF.


Opacity

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

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

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

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

This text has shadow with #C883BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C883BF on black background.


Color preview on white background

This text has color #C883BF on white background.



Black color preview on #C883BF background

This text has black color on #C883BF background.


White color preview on #C883BF background

This text has white color on #C883BF background.