COLOR #C4B9E6

HEX: #C4B9E6
RGB: (196,185,230)

Renk bilgisi

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

RGB renk modeli

#C4B9E6 color RGB value is (196,185,230).

  • kırmız ton 196;
  • yeşil ton 185;
  • mavi ton 230.
RGB:
(196,185,230)
(77%,73%,90%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 185 of 255 = 73%
B 230 of 255 = 90%

196
185
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 185 + 230 = 611 (100%)
R 196 of 611 ~ 32.08%
G 185 of 611 ~ 30.28%
B 230 of 611 ~ 37.64%

%32.08
%30.28
%37.64

CMYK RENK MODELİ

#C4B9E6 rengi CMYK tonu (15,20,0,10).

  • camgöbeği tonu 14.78%
  • eflatun tonu 19.57%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(15,20,0,10)
C15M20Y0K10 
(15%,20%,0%,10%)
(0.15/0.20/0.00/0.10)	

CMYK yüzdeleri

%14.78
%19.57
%0
%9.8

Codes

Color #C4B9E6 in popluar color models

C4B9E6
RGB196185230
HSL255°47.37%81.37%
HSB/HSV255°19.57%90.20%
CMYK14.78%19.57%0.00%
9.80%

Color #C4B9E6 in popluar number systems.

HEXC4B9E6
Decimal196185230
Binary110001001011100111100110
Octal304271346

Shades and tints

Shades of #C4B9E6

#C4B9E6
(196,185,230)
#B3A9D2
(179,169,210)
#A299BE
(162,153,190)
#9189AA
(145,137,170)
#807996
(128,121,150)
#6F6982
(111,105,130)
#5E596E
(94,89,110)
#4D495A
(77,73,90)
#3C3946
(60,57,70)
#2B2932
(43,41,50)
#1A191E
(26,25,30)
#000000
(0,0,0)

Tints of #C4B9E6

#C4B9E6
(196,185,230)
#C9BFE8
(201,191,232)
#CEC5EA
(206,197,234)
#D3CBEC
(211,203,236)
#D8D1EE
(216,209,238)
#DDD7F0
(221,215,240)
#E2DDF2
(226,221,242)
#E7E3F4
(231,227,244)
#ECE9F6
(236,233,246)
#F1EFF8
(241,239,248)
#F6F5FA
(246,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B9E6 color. Also use rgb(196,185,230) instead hex code.

Text Font Color

.myTextColor { color: #C4B9E6; }

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

This text font color is #C4B9E6.


Background Color

.myBgColor { background-color: #C4B9E6; }

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

This div background color is #C4B9E6.


Border color

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

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

This div border color is #C4B9E6.


Opacity

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

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

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

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

This text has shadow with #C4B9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B9E6 on black background.


Color preview on white background

This text has color #C4B9E6 on white background.



Black color preview on #C4B9E6 background

This text has black color on #C4B9E6 background.


White color preview on #C4B9E6 background

This text has white color on #C4B9E6 background.