COLOR #C49BB9

HEX: #C49BB9
RGB: (196,155,185)

Renk bilgisi

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

RGB renk modeli

#C49BB9 color RGB value is (196,155,185).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 155 of 255 = 61%
B 185 of 255 = 73%

196
155
185

R + G + B ~ 70%. #C49BB9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 155 + 185 = 536 (100%)
R 196 of 536 ~ 36.57%
G 155 of 536 ~ 28.92%
B 185 of 536 ~ 34.51%

%36.57
%28.92
%34.51

CMYK RENK MODELİ

#C49BB9 rengi CMYK tonu (0,21,6,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.92%
  • sarı tonu 5.61%
  • ana renk tonu 23.14%
CMYK:
(0,21,6,23)
C0M21Y6K23 
(0%,21%,6%,23%)
(0.00/0.21/0.06/0.23)	

CMYK yüzdeleri

%0
%20.92
%5.61
%23.14

Codes

Color #C49BB9 in popluar color models

C49BB9
RGB196155185
HSL316°25.79%68.82%
HSB/HSV316°20.92%76.86%
CMYK0.00%20.92%5.61%
23.14%

Color #C49BB9 in popluar number systems.

HEXC49BB9
Decimal196155185
Binary110001001001101110111001
Octal304233271

Shades and tints

Shades of #C49BB9

#C49BB9
(196,155,185)
#B38DA9
(179,141,169)
#A27F99
(162,127,153)
#917189
(145,113,137)
#806379
(128,99,121)
#6F5569
(111,85,105)
#5E4759
(94,71,89)
#4D3949
(77,57,73)
#3C2B39
(60,43,57)
#2B1D29
(43,29,41)
#1A0F19
(26,15,25)
#000000
(0,0,0)

Tints of #C49BB9

#C49BB9
(196,155,185)
#C9A4BF
(201,164,191)
#CEADC5
(206,173,197)
#D3B6CB
(211,182,203)
#D8BFD1
(216,191,209)
#DDC8D7
(221,200,215)
#E2D1DD
(226,209,221)
#E7DAE3
(231,218,227)
#ECE3E9
(236,227,233)
#F1ECEF
(241,236,239)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49BB9; }

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

This text font color is #C49BB9.


Background Color

.myBgColor { background-color: #C49BB9; }

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

This div background color is #C49BB9.


Border color

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

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

This div border color is #C49BB9.


Opacity

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

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

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

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

This text has shadow with #C49BB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49BB9 on black background.


Color preview on white background

This text has color #C49BB9 on white background.



Black color preview on #C49BB9 background

This text has black color on #C49BB9 background.


White color preview on #C49BB9 background

This text has white color on #C49BB9 background.