COLOR #C5BBDD

HEX: #C5BBDD
RGB: (197,187,221)

Renk bilgisi

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

RGB renk modeli

#C5BBDD color RGB value is (197,187,221).

  • kırmız ton 197;
  • yeşil ton 187;
  • mavi ton 221.
RGB:
(197,187,221)
(77%,73%,87%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 187 of 255 = 73%
B 221 of 255 = 87%

197
187
221

R + G + B ~ 79%. #C5BBDD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 187 + 221 = 605 (100%)
R 197 of 605 ~ 32.56%
G 187 of 605 ~ 30.91%
B 221 of 605 ~ 36.53%

%32.56
%30.91
%36.53

CMYK RENK MODELİ

#C5BBDD rengi CMYK tonu (11,15,0,13).

  • camgöbeği tonu 10.86%
  • eflatun tonu 15.38%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(11,15,0,13)
C11M15Y0K13 
(11%,15%,0%,13%)
(0.11/0.15/0.00/0.13)	

CMYK yüzdeleri

%10.86
%15.38
%0
%13.33

Codes

Color #C5BBDD in popluar color models

C5BBDD
RGB197187221
HSL258°33.33%80.00%
HSB/HSV258°15.38%86.67%
CMYK10.86%15.38%0.00%
13.33%

Color #C5BBDD in popluar number systems.

HEXC5BBDD
Decimal197187221
Binary110001011011101111011101
Octal305273335

Shades and tints

Shades of #C5BBDD

#C5BBDD
(197,187,221)
#B4AAC9
(180,170,201)
#A399B5
(163,153,181)
#9288A1
(146,136,161)
#81778D
(129,119,141)
#706679
(112,102,121)
#5F5565
(95,85,101)
#4E4451
(78,68,81)
#3D333D
(61,51,61)
#2C2229
(44,34,41)
#1B1115
(27,17,21)
#000000
(0,0,0)

Tints of #C5BBDD

#C5BBDD
(197,187,221)
#CAC1E0
(202,193,224)
#CFC7E3
(207,199,227)
#D4CDE6
(212,205,230)
#D9D3E9
(217,211,233)
#DED9EC
(222,217,236)
#E3DFEF
(227,223,239)
#E8E5F2
(232,229,242)
#EDEBF5
(237,235,245)
#F2F1F8
(242,241,248)
#F7F7FB
(247,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5BBDD color. Also use rgb(197,187,221) instead hex code.

Text Font Color

.myTextColor { color: #C5BBDD; }

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

This text font color is #C5BBDD.


Background Color

.myBgColor { background-color: #C5BBDD; }

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

This div background color is #C5BBDD.


Border color

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

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

This div border color is #C5BBDD.


Opacity

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

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

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

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

This text has shadow with #C5BBDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BBDD on black background.


Color preview on white background

This text has color #C5BBDD on white background.



Black color preview on #C5BBDD background

This text has black color on #C5BBDD background.


White color preview on #C5BBDD background

This text has white color on #C5BBDD background.