COLOR #C99BD6

HEX: #C99BD6
RGB: (201,155,214)

Renk bilgisi

#C99BD6 contains red, green and blue colors in about the same proportion. #C99BD6 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C99BD6 color RGB value is (201,155,214).

  • kırmız ton 201;
  • yeşil ton 155;
  • mavi ton 214.
RGB:
(201,155,214)
(79%,61%,84%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 155 of 255 = 61%
B 214 of 255 = 84%

201
155
214

R + G + B ~ 75%. #C99BD6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 155 + 214 = 570 (100%)
R 201 of 570 ~ 35.26%
G 155 of 570 ~ 27.19%
B 214 of 570 ~ 37.54%

%35.26
%27.19
%37.54

CMYK RENK MODELİ

#C99BD6 rengi CMYK tonu (6,28,0,16).

  • camgöbeği tonu 6.07%
  • eflatun tonu 27.57%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(6,28,0,16)
C6M28Y0K16 
(6%,28%,0%,16%)
(0.06/0.28/0.00/0.16)	

CMYK yüzdeleri

%6.07
%27.57
%0
%16.08

Codes

Color #C99BD6 in popluar color models

C99BD6
RGB201155214
HSL287°41.84%72.35%
HSB/HSV287°27.57%83.92%
CMYK6.07%27.57%0.00%
16.08%

Color #C99BD6 in popluar number systems.

HEXC99BD6
Decimal201155214
Binary110010011001101111010110
Octal311233326

Shades and tints

Shades of #C99BD6

#C99BD6
(201,155,214)
#B78DC3
(183,141,195)
#A57FB0
(165,127,176)
#93719D
(147,113,157)
#81638A
(129,99,138)
#6F5577
(111,85,119)
#5D4764
(93,71,100)
#4B3951
(75,57,81)
#392B3E
(57,43,62)
#271D2B
(39,29,43)
#150F18
(21,15,24)
#000000
(0,0,0)

Tints of #C99BD6

#C99BD6
(201,155,214)
#CDA4D9
(205,164,217)
#D1ADDC
(209,173,220)
#D5B6DF
(213,182,223)
#D9BFE2
(217,191,226)
#DDC8E5
(221,200,229)
#E1D1E8
(225,209,232)
#E5DAEB
(229,218,235)
#E9E3EE
(233,227,238)
#EDECF1
(237,236,241)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99BD6; }

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

This text font color is #C99BD6.


Background Color

.myBgColor { background-color: #C99BD6; }

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

This div background color is #C99BD6.


Border color

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

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

This div border color is #C99BD6.


Opacity

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

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

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

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

This text has shadow with #C99BD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99BD6 on black background.


Color preview on white background

This text has color #C99BD6 on white background.



Black color preview on #C99BD6 background

This text has black color on #C99BD6 background.


White color preview on #C99BD6 background

This text has white color on #C99BD6 background.