COLOR #CB98CC

HEX: #CB98CC RGB: (203,152,204)

Color info

#CB98CC contains red, green and blue colors in about the same proportion. Web safe color of #CB98CC is #CC99CC (or #C9C).

RGB color model

#CB98CC color RGB value is (203,152,204).

RGB: (203,152,204) (80%, 60%, 80%)

RGB channels and saturation

R 203 of 255 = 80%
G 152 of 255 = 60%
B 204 of 255 = 80%

203
152
204

R + G + B ~ 73%. #CB98CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 203 + 152 + 204 = 559 (100%)
R 203 of 559 ~ 36.31%
G 152 of 559 ~ 27.19%
B 204 of 559 ~ 36.49'%

%36.31
%27.19
%36.49

CMYK color model

#CB98CC color CMYK value is (0,25,0,20).

  • cyan value is 0.49%
  • magenta value is 25.49%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (0,25,0,20)
C0M25Y0K20 (0%, 25%, 0%, 20%)
(0.00 / 0.25 / 0.00 / 0.20)

CMYK percentages

%0.49
%25.49
%0
%20

Codes

Color #CB98CC in popluar color models

CB 98 CC
RGB 203 152 204
HSL 299° 33.77% 69.80%
HSB/HSV 299° 25.49% 80.00%
CMYK 0.49% 25.49% 0.00%
20.00%

Color #CB98CC in popluar number systems.

HEX CB 98 CC
Decimal 203 152 204
Binary 11001011 10011000 11001100
Octal 313 230 314

Shades and tints

Shades of #CB98CC

#CB98CC
(203,152,204)
#B98BBA
(185,139,186)
#A77EA8
(167,126,168)
#957196
(149,113,150)
#836484
(131,100,132)
#715772
(113,87,114)
#5F4A60
(95,74,96)
#4D3D4E
(77,61,78)
#3B303C
(59,48,60)
#29232A
(41,35,42)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #CB98CC

#CB98CC
(203,152,204)
#CFA1D0
(207,161,208)
#D3AAD4
(211,170,212)
#D7B3D8
(215,179,216)
#DBBCDC
(219,188,220)
#DFC5E0
(223,197,224)
#E3CEE4
(227,206,228)
#E7D7E8
(231,215,232)
#EBE0EC
(235,224,236)
#EFE9F0
(239,233,240)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB98CC color. Also use rgb(203,152,204) instead hex code.

Text Font Color

.myTextColor { color: #CB98CC; }

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

This text font color is #CB98CC.

Background Color

.myBgColor { background-color: #CB98CC; }

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

This div background color is #CB98CC.

Border color

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

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

This div border color is #CB98CC.

Opacity

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

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

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

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

This text has shadow with #CB98CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CB98CC.

Preview

Color preview on black background

This text has color #CB98CC on black background.


Color preview on white background

This text has color #CB98CC on white background.


Black color preview on #CB98CC background

This text has black color on #CB98CC background.


White color preview on #CB98CC background

This text has white color on #CB98CC background.


Related colors

Complementary color

Complementary color for #hex is #346733.


I love getcolorcode.com

Triadic colors

1 #CCCB98 and #98CCCB with #CB98CC are triadic colors.

2 #CC98CB and #98CBCC with #CB98CC are triadic colors.