COLOR #C9B4EB

HEX: #C9B4EB
RGB: (201,180,235)

Renk bilgisi

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

RGB renk modeli

#C9B4EB color RGB value is (201,180,235).

  • kırmız ton 201;
  • yeşil ton 180;
  • mavi ton 235.
RGB:
(201,180,235)
(79%,71%,92%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 180 of 255 = 71%
B 235 of 255 = 92%

201
180
235

R + G + B ~ 81%. #C9B4EB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 180 + 235 = 616 (100%)
R 201 of 616 ~ 32.63%
G 180 of 616 ~ 29.22%
B 235 of 616 ~ 38.15%

%32.63
%29.22
%38.15

CMYK RENK MODELİ

#C9B4EB rengi CMYK tonu (14,23,0,8).

  • camgöbeği tonu 14.47%
  • eflatun tonu 23.40%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(14,23,0,8)
C14M23Y0K8 
(14%,23%,0%,8%)
(0.14/0.23/0.00/0.08)	

CMYK yüzdeleri

%14.47
%23.4
%0
%7.84

Codes

Color #C9B4EB in popluar color models

C9B4EB
RGB201180235
HSL263°57.89%81.37%
HSB/HSV263°23.40%92.16%
CMYK14.47%23.40%0.00%
7.84%

Color #C9B4EB in popluar number systems.

HEXC9B4EB
Decimal201180235
Binary110010011011010011101011
Octal311264353

Shades and tints

Shades of #C9B4EB

#C9B4EB
(201,180,235)
#B7A4D6
(183,164,214)
#A594C1
(165,148,193)
#9384AC
(147,132,172)
#817497
(129,116,151)
#6F6482
(111,100,130)
#5D546D
(93,84,109)
#4B4458
(75,68,88)
#393443
(57,52,67)
#27242E
(39,36,46)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #C9B4EB

#C9B4EB
(201,180,235)
#CDBAEC
(205,186,236)
#D1C0ED
(209,192,237)
#D5C6EE
(213,198,238)
#D9CCEF
(217,204,239)
#DDD2F0
(221,210,240)
#E1D8F1
(225,216,241)
#E5DEF2
(229,222,242)
#E9E4F3
(233,228,243)
#EDEAF4
(237,234,244)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B4EB color. Also use rgb(201,180,235) instead hex code.

Text Font Color

.myTextColor { color: #C9B4EB; }

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

This text font color is #C9B4EB.


Background Color

.myBgColor { background-color: #C9B4EB; }

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

This div background color is #C9B4EB.


Border color

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

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

This div border color is #C9B4EB.


Opacity

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

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

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

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

This text has shadow with #C9B4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B4EB on black background.


Color preview on white background

This text has color #C9B4EB on white background.



Black color preview on #C9B4EB background

This text has black color on #C9B4EB background.


White color preview on #C9B4EB background

This text has white color on #C9B4EB background.