COLOR #C5BBEC

HEX: #C5BBEC
RGB: (197,187,236)

Renk bilgisi

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

RGB renk modeli

#C5BBEC color RGB value is (197,187,236).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 187 of 255 = 73%
B 236 of 255 = 93%

197
187
236

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 187 + 236 = 620 (100%)
R 197 of 620 ~ 31.77%
G 187 of 620 ~ 30.16%
B 236 of 620 ~ 38.06%

%31.77
%30.16
%38.06

CMYK RENK MODELİ

#C5BBEC rengi CMYK tonu (17,21,0,7).

  • camgöbeği tonu 16.53%
  • eflatun tonu 20.76%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(17,21,0,7)
C17M21Y0K7 
(17%,21%,0%,7%)
(0.17/0.21/0.00/0.07)	

CMYK yüzdeleri

%16.53
%20.76
%0
%7.45

Codes

Color #C5BBEC in popluar color models

C5BBEC
RGB197187236
HSL252°56.32%82.94%
HSB/HSV252°20.76%92.55%
CMYK16.53%20.76%0.00%
7.45%

Color #C5BBEC in popluar number systems.

HEXC5BBEC
Decimal197187236
Binary110001011011101111101100
Octal305273354

Shades and tints

Shades of #C5BBEC

#C5BBEC
(197,187,236)
#B4AAD7
(180,170,215)
#A399C2
(163,153,194)
#9288AD
(146,136,173)
#817798
(129,119,152)
#706683
(112,102,131)
#5F556E
(95,85,110)
#4E4459
(78,68,89)
#3D3344
(61,51,68)
#2C222F
(44,34,47)
#1B111A
(27,17,26)
#000000
(0,0,0)

Tints of #C5BBEC

#C5BBEC
(197,187,236)
#CAC1ED
(202,193,237)
#CFC7EE
(207,199,238)
#D4CDEF
(212,205,239)
#D9D3F0
(217,211,240)
#DED9F1
(222,217,241)
#E3DFF2
(227,223,242)
#E8E5F3
(232,229,243)
#EDEBF4
(237,235,244)
#F2F1F5
(242,241,245)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BBEC; }

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

This text font color is #C5BBEC.


Background Color

.myBgColor { background-color: #C5BBEC; }

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

This div background color is #C5BBEC.


Border color

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

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

This div border color is #C5BBEC.


Opacity

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

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

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

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

This text has shadow with #C5BBEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BBEC on black background.


Color preview on white background

This text has color #C5BBEC on white background.



Black color preview on #C5BBEC background

This text has black color on #C5BBEC background.


White color preview on #C5BBEC background

This text has white color on #C5BBEC background.