COLOR #CB827F

HEX: #CB827F
RGB: (203,130,127)

Color info

#CB827F contains mainly red color. Web safe color of #CB827F is #CC9966 (or #C96).

RGB color model

#CB827F color RGB value is (203,130,127).

  • red value is 203;
  • green value is 130;
  • blue value is 127.
RGB:
(203,130,127)
(80%,51%,50%)

RGB channels and saturation

R 203 of 255 = 80%
G 130 of 255 = 51%
B 127 of 255 = 50%

203
130
127

R + G + B ~ 60%. #CB827F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
203 + 130 + 127 = 460 (100%)
R 203 of 460 ~ 44.13%
G 130 of 460 ~ 28.26%
B 127 of 460 ~ 27.61%

%44.13
%28.26
%27.61

CMYK color model

#CB827F color CMYK value is (0,36,37,20).

  • cyan value is 0.00%
  • magenta value is 35.96%
  • yellow value is 37.44%
  • key color value is 20.39%
CMYK:
(0,36,37,20)
C0M36Y37K20 
(0%,36%,37%,20%)
(0.00/0.36/0.37/0.20)	

CMYK percentages

%0
%35.96
%37.44
%20.39

Codes

Color #CB827F in popluar color models

CB827F
RGB203130127
HSL42.22%64.71%
HSB/HSV37.44%79.61%
CMYK0.00%35.96%37.44%
20.39%

Color #CB827F in popluar number systems.

HEXCB827F
Decimal203130127
Binary11001011100000101111111
Octal313202177

Shades and tints

Shades of #CB827F

#CB827F
(203,130,127)
#B97774
(185,119,116)
#A76C69
(167,108,105)
#95615E
(149,97,94)
#835653
(131,86,83)
#714B48
(113,75,72)
#5F403D
(95,64,61)
#4D3532
(77,53,50)
#3B2A27
(59,42,39)
#291F1C
(41,31,28)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #CB827F

#CB827F
(203,130,127)
#CF8D8A
(207,141,138)
#D39895
(211,152,149)
#D7A3A0
(215,163,160)
#DBAEAB
(219,174,171)
#DFB9B6
(223,185,182)
#E3C4C1
(227,196,193)
#E7CFCC
(231,207,204)
#EBDAD7
(235,218,215)
#EFE5E2
(239,229,226)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB827F color. Also use rgb(203,130,127) instead hex code.

Text Font Color

.myTextColor { color: #CB827F; }

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

This text font color is #CB827F.


Background Color

.myBgColor { background-color: #CB827F; }

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

This div background color is #CB827F.


Border color

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

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

This div border color is #CB827F.


Opacity

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

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

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

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

This text has shadow with #CB827F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB827F on black background.


Color preview on white background

This text has color #CB827F on white background.



Black color preview on #CB827F background

This text has black color on #CB827F background.


White color preview on #CB827F background

This text has white color on #CB827F background.