COLOR #C5BDDD

HEX: #C5BDDD
RGB: (197,189,221)

Renk bilgisi

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

RGB renk modeli

#C5BDDD color RGB value is (197,189,221).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 189 of 255 = 74%
B 221 of 255 = 87%

197
189
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 189 + 221 = 607 (100%)
R 197 of 607 ~ 32.45%
G 189 of 607 ~ 31.14%
B 221 of 607 ~ 36.41%

%32.45
%31.14
%36.41

CMYK RENK MODELİ

#C5BDDD rengi CMYK tonu (11,14,0,13).

  • camgöbeği tonu 10.86%
  • eflatun tonu 14.48%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(11,14,0,13)
C11M14Y0K13 
(11%,14%,0%,13%)
(0.11/0.14/0.00/0.13)	

CMYK yüzdeleri

%10.86
%14.48
%0
%13.33

Codes

Color #C5BDDD in popluar color models

C5BDDD
RGB197189221
HSL255°32.00%80.39%
HSB/HSV255°14.48%86.67%
CMYK10.86%14.48%0.00%
13.33%

Color #C5BDDD in popluar number systems.

HEXC5BDDD
Decimal197189221
Binary110001011011110111011101
Octal305275335

Shades and tints

Shades of #C5BDDD

#C5BDDD
(197,189,221)
#B4ACC9
(180,172,201)
#A39BB5
(163,155,181)
#928AA1
(146,138,161)
#81798D
(129,121,141)
#706879
(112,104,121)
#5F5765
(95,87,101)
#4E4651
(78,70,81)
#3D353D
(61,53,61)
#2C2429
(44,36,41)
#1B1315
(27,19,21)
#000000
(0,0,0)

Tints of #C5BDDD

#C5BDDD
(197,189,221)
#CAC3E0
(202,195,224)
#CFC9E3
(207,201,227)
#D4CFE6
(212,207,230)
#D9D5E9
(217,213,233)
#DEDBEC
(222,219,236)
#E3E1EF
(227,225,239)
#E8E7F2
(232,231,242)
#EDEDF5
(237,237,245)
#F2F3F8
(242,243,248)
#F7F9FB
(247,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BDDD; }

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

This text font color is #C5BDDD.


Background Color

.myBgColor { background-color: #C5BDDD; }

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

This div background color is #C5BDDD.


Border color

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

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

This div border color is #C5BDDD.


Opacity

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

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

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

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

This text has shadow with #C5BDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BDDD on black background.


Color preview on white background

This text has color #C5BDDD on white background.



Black color preview on #C5BDDD background

This text has black color on #C5BDDD background.


White color preview on #C5BDDD background

This text has white color on #C5BDDD background.