COLOR #C9BBED

HEX: #C9BBED
RGB: (201,187,237)

Renk bilgisi

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

RGB renk modeli

#C9BBED color RGB value is (201,187,237).

  • kırmız ton 201;
  • yeşil ton 187;
  • mavi ton 237.
RGB:
(201,187,237)
(79%,73%,93%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 187 of 255 = 73%
B 237 of 255 = 93%

201
187
237

R + G + B ~ 82%. #C9BBED is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 187 + 237 = 625 (100%)
R 201 of 625 ~ 32.16%
G 187 of 625 ~ 29.92%
B 237 of 625 ~ 37.92%

%32.16
%29.92
%37.92

CMYK RENK MODELİ

#C9BBED rengi CMYK tonu (15,21,0,7).

  • camgöbeği tonu 15.19%
  • eflatun tonu 21.10%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(15,21,0,7)
C15M21Y0K7 
(15%,21%,0%,7%)
(0.15/0.21/0.00/0.07)	

CMYK yüzdeleri

%15.19
%21.1
%0
%7.06

Codes

Color #C9BBED in popluar color models

C9BBED
RGB201187237
HSL257°58.14%83.14%
HSB/HSV257°21.10%92.94%
CMYK15.19%21.10%0.00%
7.06%

Color #C9BBED in popluar number systems.

HEXC9BBED
Decimal201187237
Binary110010011011101111101101
Octal311273355

Shades and tints

Shades of #C9BBED

#C9BBED
(201,187,237)
#B7AAD8
(183,170,216)
#A599C3
(165,153,195)
#9388AE
(147,136,174)
#817799
(129,119,153)
#6F6684
(111,102,132)
#5D556F
(93,85,111)
#4B445A
(75,68,90)
#393345
(57,51,69)
#272230
(39,34,48)
#15111B
(21,17,27)
#000000
(0,0,0)

Tints of #C9BBED

#C9BBED
(201,187,237)
#CDC1EE
(205,193,238)
#D1C7EF
(209,199,239)
#D5CDF0
(213,205,240)
#D9D3F1
(217,211,241)
#DDD9F2
(221,217,242)
#E1DFF3
(225,223,243)
#E5E5F4
(229,229,244)
#E9EBF5
(233,235,245)
#EDF1F6
(237,241,246)
#F1F7F7
(241,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9BBED color. Also use rgb(201,187,237) instead hex code.

Text Font Color

.myTextColor { color: #C9BBED; }

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

This text font color is #C9BBED.


Background Color

.myBgColor { background-color: #C9BBED; }

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

This div background color is #C9BBED.


Border color

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

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

This div border color is #C9BBED.


Opacity

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

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

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

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

This text has shadow with #C9BBED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BBED on black background.


Color preview on white background

This text has color #C9BBED on white background.



Black color preview on #C9BBED background

This text has black color on #C9BBED background.


White color preview on #C9BBED background

This text has white color on #C9BBED background.