COLOR #C99BEA

HEX: #C99BEA RGB: (201,155,234)

Color info

#C99BEA contains mainly red and blue colors. Web safe color of #C99BEA is #CC99FF (or #C9F).

RGB color model

#C99BEA color RGB value is (201,155,234).

RGB: (201,155,234) (79%, 61%, 92%)

RGB channels and saturation

R 201 of 255 = 79%
G 155 of 255 = 61%
B 234 of 255 = 92%

201
155
234

R + G + B ~ 77%. #C99BEA is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 155 + 234 = 590 (100%)
R 201 of 590 ~ 34.07%
G 155 of 590 ~ 26.27%
B 234 of 590 ~ 39.66'%

%34.07
%26.27
%39.66

CMYK color model

#C99BEA color CMYK value is (14,34,0,8).

  • cyan value is 14.10%
  • magenta value is 33.76%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (14,34,0,8) C14M34Y0K8 (14%,34%,0%,8%) (0.14/0.34/0.00/0.08) 

CMYK percentages

%14.1
%33.76
%0
%8.24

Codes

Color #C99BEA in popluar color models

C9 9B EA
RGB 201 155 234
HSL 275° 65.29% 76.27%
HSB/HSV 275° 33.76% 91.76%
CMYK 14.10% 33.76% 0.00%
8.24%

Color #C99BEA in popluar number systems.

HEX C9 9B EA
Decimal 201 155 234
Binary 11001001 10011011 11101010
Octal 311 233 352

Shades and tints

Shades of #C99BEA

#C99BEA
(201,155,234)
#B78DD5
(183,141,213)
#A57FC0
(165,127,192)
#9371AB
(147,113,171)
#816396
(129,99,150)
#6F5581
(111,85,129)
#5D476C
(93,71,108)
#4B3957
(75,57,87)
#392B42
(57,43,66)
#271D2D
(39,29,45)
#150F18
(21,15,24)
#000000
(0,0,0)

Tints of #C99BEA

#C99BEA
(201,155,234)
#CDA4EB
(205,164,235)
#D1ADEC
(209,173,236)
#D5B6ED
(213,182,237)
#D9BFEE
(217,191,238)
#DDC8EF
(221,200,239)
#E1D1F0
(225,209,240)
#E5DAF1
(229,218,241)
#E9E3F2
(233,227,242)
#EDECF3
(237,236,243)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C99BEA color. Also use rgb(201,155,234) instead hex code.

Text Font Color

.myTextColor { color: #C99BEA; }

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

This text font color is #C99BEA.

Background Color

.myBgColor { background-color: #C99BEA; }

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

This div background color is #C99BEA.

Border color

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

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

This div border color is #C99BEA.

Opacity

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

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

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

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

This text has shadow with #C99BEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C99BEA.

Preview

Color preview on black background

This text has color #C99BEA on black background.


Color preview on white background

This text has color #C99BEA on white background.


Black color preview on #C99BEA background

This text has black color on #C99BEA background.


White color preview on #C99BEA background

This text has white color on #C99BEA background.


Related colors

Complementary color

Complementary color for #hex is #366415.


I love getcolorcode.com

Triadic colors

1 #EAC99B and #9BEAC9 with #C99BEA are triadic colors.

2 #EA9BC9 and #9BC9EA with #C99BEA are triadic colors.