COLOR #B698AD

HEX: #B698AD
RGB: (182,152,173)

Color info

#B698AD contains red, green and blue colors in about the same proportion. Web safe color of #B698AD is #CC9999 (or #C99).

RGB color model

#B698AD color RGB value is (182,152,173).

  • red value is 182;
  • green value is 152;
  • blue value is 173.
RGB:
(182,152,173)
(71%,60%,68%)

RGB channels and saturation

R 182 of 255 = 71%
G 152 of 255 = 60%
B 173 of 255 = 68%

182
152
173

R + G + B ~ 66%. #B698AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 152 + 173 = 507 (100%)
R 182 of 507 ~ 35.9%
G 152 of 507 ~ 29.98%
B 173 of 507 ~ 34.12%

%35.9
%29.98
%34.12

CMYK color model

#B698AD color CMYK value is (0,16,5,29).

  • cyan value is 0.00%
  • magenta value is 16.48%
  • yellow value is 4.95%
  • key color value is 28.63%
CMYK:
(0,16,5,29)
C0M16Y5K29 
(0%,16%,5%,29%)
(0.00/0.16/0.05/0.29)	

CMYK percentages

%0
%16.48
%4.95
%28.63

Codes

Color #B698AD in popluar color models

B698AD
RGB182152173
HSL318°17.05%65.49%
HSB/HSV318°16.48%71.37%
CMYK0.00%16.48%4.95%
28.63%

Color #B698AD in popluar number systems.

HEXB698AD
Decimal182152173
Binary101101101001100010101101
Octal266230255

Shades and tints

Shades of #B698AD

#B698AD
(182,152,173)
#A68B9E
(166,139,158)
#967E8F
(150,126,143)
#867180
(134,113,128)
#766471
(118,100,113)
#665762
(102,87,98)
#564A53
(86,74,83)
#463D44
(70,61,68)
#363035
(54,48,53)
#262326
(38,35,38)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #B698AD

#B698AD
(182,152,173)
#BCA1B4
(188,161,180)
#C2AABB
(194,170,187)
#C8B3C2
(200,179,194)
#CEBCC9
(206,188,201)
#D4C5D0
(212,197,208)
#DACED7
(218,206,215)
#E0D7DE
(224,215,222)
#E6E0E5
(230,224,229)
#ECE9EC
(236,233,236)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B698AD color. Also use rgb(182,152,173) instead hex code.

Text Font Color

.myTextColor { color: #B698AD; }

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

This text font color is #B698AD.


Background Color

.myBgColor { background-color: #B698AD; }

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

This div background color is #B698AD.


Border color

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

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

This div border color is #B698AD.


Opacity

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

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

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

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

This text has shadow with #B698AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B698AD on black background.


Color preview on white background

This text has color #B698AD on white background.



Black color preview on #B698AD background

This text has black color on #B698AD background.


White color preview on #B698AD background

This text has white color on #B698AD background.