COLOR #C4BADD

HEX: #C4BADD
RGB: (196,186,221)

Renk bilgisi

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

RGB renk modeli

#C4BADD color RGB value is (196,186,221).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 186 of 255 = 73%
B 221 of 255 = 87%

196
186
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 186 + 221 = 603 (100%)
R 196 of 603 ~ 32.5%
G 186 of 603 ~ 30.85%
B 221 of 603 ~ 36.65%

%32.5
%30.85
%36.65

CMYK RENK MODELİ

#C4BADD rengi CMYK tonu (11,16,0,13).

  • camgöbeği tonu 11.31%
  • eflatun tonu 15.84%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(11,16,0,13)
C11M16Y0K13 
(11%,16%,0%,13%)
(0.11/0.16/0.00/0.13)	

CMYK yüzdeleri

%11.31
%15.84
%0
%13.33

Codes

Color #C4BADD in popluar color models

C4BADD
RGB196186221
HSL257°33.98%79.80%
HSB/HSV257°15.84%86.67%
CMYK11.31%15.84%0.00%
13.33%

Color #C4BADD in popluar number systems.

HEXC4BADD
Decimal196186221
Binary110001001011101011011101
Octal304272335

Shades and tints

Shades of #C4BADD

#C4BADD
(196,186,221)
#B3AAC9
(179,170,201)
#A29AB5
(162,154,181)
#918AA1
(145,138,161)
#807A8D
(128,122,141)
#6F6A79
(111,106,121)
#5E5A65
(94,90,101)
#4D4A51
(77,74,81)
#3C3A3D
(60,58,61)
#2B2A29
(43,42,41)
#1A1A15
(26,26,21)
#000000
(0,0,0)

Tints of #C4BADD

#C4BADD
(196,186,221)
#C9C0E0
(201,192,224)
#CEC6E3
(206,198,227)
#D3CCE6
(211,204,230)
#D8D2E9
(216,210,233)
#DDD8EC
(221,216,236)
#E2DEEF
(226,222,239)
#E7E4F2
(231,228,242)
#ECEAF5
(236,234,245)
#F1F0F8
(241,240,248)
#F6F6FB
(246,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4BADD color. Also use rgb(196,186,221) instead hex code.

Text Font Color

.myTextColor { color: #C4BADD; }

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

This text font color is #C4BADD.


Background Color

.myBgColor { background-color: #C4BADD; }

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

This div background color is #C4BADD.


Border color

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

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

This div border color is #C4BADD.


Opacity

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

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

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

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

This text has shadow with #C4BADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4BADD on black background.


Color preview on white background

This text has color #C4BADD on white background.



Black color preview on #C4BADD background

This text has black color on #C4BADD background.


White color preview on #C4BADD background

This text has white color on #C4BADD background.