COLOR #CB7494

HEX: #CB7494
RGB: (203,116,148)

Color info

#CB7494 contains mainly red and blue colors. Web safe color of #CB7494 is #CC6699 (or #C69).

RGB color model

#CB7494 color RGB value is (203,116,148).

  • red value is 203;
  • green value is 116;
  • blue value is 148.
RGB:
(203,116,148)
(80%,45%,58%)

RGB channels and saturation

R 203 of 255 = 80%
G 116 of 255 = 45%
B 148 of 255 = 58%

203
116
148

R + G + B ~ 61%. #CB7494 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 116 + 148 = 467 (100%)
R 203 of 467 ~ 43.47%
G 116 of 467 ~ 24.84%
B 148 of 467 ~ 31.69%

%43.47
%24.84
%31.69

CMYK color model

#CB7494 color CMYK value is (0,43,27,20).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 27.09%
  • key color value is 20.39%
CMYK:
(0,43,27,20)
C0M43Y27K20 
(0%,43%,27%,20%)
(0.00/0.43/0.27/0.20)	

CMYK percentages

%0
%42.86
%27.09
%20.39

Codes

Color #CB7494 in popluar color models

CB7494
RGB203116148
HSL338°45.55%62.55%
HSB/HSV338°42.86%79.61%
CMYK0.00%42.86%27.09%
20.39%

Color #CB7494 in popluar number systems.

HEXCB7494
Decimal203116148
Binary11001011111010010010100
Octal313164224

Shades and tints

Shades of #CB7494

#CB7494
(203,116,148)
#B96A87
(185,106,135)
#A7607A
(167,96,122)
#95566D
(149,86,109)
#834C60
(131,76,96)
#714253
(113,66,83)
#5F3846
(95,56,70)
#4D2E39
(77,46,57)
#3B242C
(59,36,44)
#291A1F
(41,26,31)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #CB7494

#CB7494
(203,116,148)
#CF809D
(207,128,157)
#D38CA6
(211,140,166)
#D798AF
(215,152,175)
#DBA4B8
(219,164,184)
#DFB0C1
(223,176,193)
#E3BCCA
(227,188,202)
#E7C8D3
(231,200,211)
#EBD4DC
(235,212,220)
#EFE0E5
(239,224,229)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB7494 color. Also use rgb(203,116,148) instead hex code.

Text Font Color

.myTextColor { color: #CB7494; }

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

This text font color is #CB7494.


Background Color

.myBgColor { background-color: #CB7494; }

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

This div background color is #CB7494.


Border color

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

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

This div border color is #CB7494.


Opacity

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

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

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

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

This text has shadow with #CB7494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB7494 on black background.


Color preview on white background

This text has color #CB7494 on white background.



Black color preview on #CB7494 background

This text has black color on #CB7494 background.


White color preview on #CB7494 background

This text has white color on #CB7494 background.