COLOR #C5BBE2

HEX: #C5BBE2
RGB: (197,187,226)

Renk bilgisi

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

RGB renk modeli

#C5BBE2 color RGB value is (197,187,226).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 187 of 255 = 73%
B 226 of 255 = 89%

197
187
226

R + G + B ~ 80%. #C5BBE2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 187 + 226 = 610 (100%)
R 197 of 610 ~ 32.3%
G 187 of 610 ~ 30.66%
B 226 of 610 ~ 37.05%

%32.3
%30.66
%37.05

CMYK RENK MODELİ

#C5BBE2 rengi CMYK tonu (13,17,0,11).

  • camgöbeği tonu 12.83%
  • eflatun tonu 17.26%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(13,17,0,11)
C13M17Y0K11 
(13%,17%,0%,11%)
(0.13/0.17/0.00/0.11)	

CMYK yüzdeleri

%12.83
%17.26
%0
%11.37

Codes

Color #C5BBE2 in popluar color models

C5BBE2
RGB197187226
HSL255°40.21%80.98%
HSB/HSV255°17.26%88.63%
CMYK12.83%17.26%0.00%
11.37%

Color #C5BBE2 in popluar number systems.

HEXC5BBE2
Decimal197187226
Binary110001011011101111100010
Octal305273342

Shades and tints

Shades of #C5BBE2

#C5BBE2
(197,187,226)
#B4AACE
(180,170,206)
#A399BA
(163,153,186)
#9288A6
(146,136,166)
#817792
(129,119,146)
#70667E
(112,102,126)
#5F556A
(95,85,106)
#4E4456
(78,68,86)
#3D3342
(61,51,66)
#2C222E
(44,34,46)
#1B111A
(27,17,26)
#000000
(0,0,0)

Tints of #C5BBE2

#C5BBE2
(197,187,226)
#CAC1E4
(202,193,228)
#CFC7E6
(207,199,230)
#D4CDE8
(212,205,232)
#D9D3EA
(217,211,234)
#DED9EC
(222,217,236)
#E3DFEE
(227,223,238)
#E8E5F0
(232,229,240)
#EDEBF2
(237,235,242)
#F2F1F4
(242,241,244)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BBE2; }

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

This text font color is #C5BBE2.


Background Color

.myBgColor { background-color: #C5BBE2; }

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

This div background color is #C5BBE2.


Border color

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

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

This div border color is #C5BBE2.


Opacity

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

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

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

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

This text has shadow with #C5BBE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BBE2 on black background.


Color preview on white background

This text has color #C5BBE2 on white background.



Black color preview on #C5BBE2 background

This text has black color on #C5BBE2 background.


White color preview on #C5BBE2 background

This text has white color on #C5BBE2 background.